summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inbox_for_todoist.widget/todoist.cachebin25656 -> 6 bytes
-rw-r--r--inbox_for_todoist.widget/todoistinbox.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/inbox_for_todoist.widget/todoist.cache b/inbox_for_todoist.widget/todoist.cache
index 5fe4d71..482c0e3 100644
--- a/inbox_for_todoist.widget/todoist.cache
+++ b/inbox_for_todoist.widget/todoist.cache
Binary files differ
diff --git a/inbox_for_todoist.widget/todoistinbox.py b/inbox_for_todoist.widget/todoistinbox.py
index c49d3f5..86121fb 100644
--- a/inbox_for_todoist.widget/todoistinbox.py
+++ b/inbox_for_todoist.widget/todoistinbox.py
@@ -5,7 +5,7 @@ import os
def main():
with open('todoist_API.txt') as f: # Opens the API key file
- token = f.readline() # Sets the first line of the txt file as your API Key
+ token = f.readline() # Sets the first line of the txt file as your API Key
if online.main() == False:
with open("todoist.cache", "rb") as myFile: