From 6db69e0c7090f511b923e376322a895eb74ab6f8 Mon Sep 17 00:00:00 2001 From: samerbam Date: Sun, 27 Aug 2023 00:51:44 -0400 Subject: [PATCH] update .gitignore --- .firsttimeruncheck | 1 - .gitignore | 1 + application/TODO | 5 +++-- 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 .firsttimeruncheck diff --git a/.firsttimeruncheck b/.firsttimeruncheck deleted file mode 100644 index f32a580..0000000 --- a/.firsttimeruncheck +++ /dev/null @@ -1 +0,0 @@ -true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 791e15c..6ed281c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ sudoku*.png data.json client_secret.json token.json +.firsttimeruncheck # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/application/TODO b/application/TODO index cb6637a..4db8475 100644 --- a/application/TODO +++ b/application/TODO @@ -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 \ No newline at end of file +* remove from recurring list api call +* change .firsttimeruncheck from true to false if google autherization breaks \ No newline at end of file