Added a new link caching system, updated the readme, started ignoreing pycache

This commit is contained in:
Robin Universe
2021-07-07 22:17:23 -05:00
parent 52df884b0f
commit ecba0fc79d
8 changed files with 108 additions and 27 deletions

4
wsgi.py Normal file
View File

@ -0,0 +1,4 @@
from twitfix import app
if __name__ == "__main__":
app.run()