diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-10-08 23:39:56 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-10-08 23:39:56 +0100 |
commit | 5d5abedb7504a93bda52fc326e39255629e2c648 (patch) | |
tree | 34c126223f022ae9b6d04e62fc71e8cd61226a9d /database.py | |
parent | 41ef9c15994a0db74cd8af1e7f43e8493c17460f (diff) | |
download | eda.gay-5d5abedb7504a93bda52fc326e39255629e2c648.tar.gz eda.gay-5d5abedb7504a93bda52fc326e39255629e2c648.zip |
Added rendering diary posts, fixed git section
Diffstat (limited to 'database.py')
-rwxr-xr-x | database.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/database.py b/database.py index 52cfe39..ff769a0 100755 --- a/database.py +++ b/database.py @@ -275,9 +275,6 @@ class Database: self.append_diary_images(tweet_id, im) self.__connection.commit() - print("Fetch completed.") - - def update_cache(): # print("updating cache...") |