Fix tweet text content appearing in telegram

- Fix video quality sorting
 - Fix screenName being empty
 - Fix img accessed before declaration
 - Hopefully tweet text content shows now in telegram
 - Add flask_cors dependency
 - Remove unnecesary react-helmet garbage
This commit is contained in:
adryd
2022-05-03 10:37:15 -04:00
parent d9f83ae8a1
commit 7bbcd75600
8 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,5 @@
from twitfix import app
if __name__ == "__main__":
app.run()
# listen on 0.0.0.0 to facilitate testing with real services
app.run(host='0.0.0.0')