Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kalle hålldén committed Aug 21, 2019
1 parent b69d751 commit 0139e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotimer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def url_to_name(url):
activeList.activities.append(activity)
with open('activities.json', 'w') as json_file:
json.dump(activeList.serialize(), json_file, indent=4, sort_keys=True)
start_time = datetime.datetime.now()
first_time = False
active_window_name = new_window_name

Expand Down

0 comments on commit 0139e0a

Please sign in to comment.