Comparar commits

..

No hay commits en común. 'main' y 'v1.1.0' tienen historias completamente diferentes.
main ... v1.1.0

Veure arxiu

@ -6,11 +6,13 @@ from app.libraries.setup import Setup
import feedparser
from mastodon import Mastodon
import psycopg2
import pdb
# main
if __name__ == '__main__':
pdb.set_trace()
db = Database()
setup = Setup()