start_day; updated binary location

This commit is contained in:
Stefan Harmuth 2022-08-02 08:44:22 +02:00
parent 895ad08565
commit 7ddaf6ea94

View File

@ -10,7 +10,7 @@ import webbrowser
YEAR = 2019
CHARMS = {
'Linux': '/usr/local/bin/charm',
'Linux': '~/bin/charm',
'Windows': r'C:\somewhere\pycharm64.exe'
}