From 7ddaf6ea94f5abf5698f37500921a134abea38e0 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Tue, 2 Aug 2022 08:44:22 +0200 Subject: [PATCH] start_day; updated binary location --- start_day.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_day.py b/start_day.py index 5faa1f1..bf1cf33 100755 --- a/start_day.py +++ b/start_day.py @@ -10,7 +10,7 @@ import webbrowser YEAR = 2019 CHARMS = { - 'Linux': '/usr/local/bin/charm', + 'Linux': '~/bin/charm', 'Windows': r'C:\somewhere\pycharm64.exe' }