update .gitignore
This commit is contained in:
parent
a9b471ce9b
commit
6db69e0c70
@ -1 +0,0 @@
|
||||
true
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ sudoku*.png
|
||||
data.json
|
||||
client_secret.json
|
||||
token.json
|
||||
.firsttimeruncheck
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
@ -1,6 +1,7 @@
|
||||
TODO:
|
||||
- check if first run (api call) and show google calendar login button
|
||||
* schedule pypi every().day() or smth like that at (time to print)-5 minutes to update calendar and get ready to print new daily list
|
||||
- schedule pypi every().day() or smth like that at (time to print)-5 minutes to update calendar and get ready to print new daily list
|
||||
- parse calendar list to database format and call save_todos() with list of Todos
|
||||
- Start uvicorn on device startup (using gunicorn + sysmtectl)
|
||||
* remove from recurring list api call
|
||||
* remove from recurring list api call
|
||||
* change .firsttimeruncheck from true to false if google autherization breaks
|
Loading…
Reference in New Issue
Block a user