Removed debug lines
This commit is contained in:
pare
89c5460ed3
commit
8c5d3cf78d
S'han modificat 1 arxius amb 0 adicions i 2 eliminacions
|
@ -6,13 +6,11 @@ from app.libraries.setup import Setup
|
||||||
import feedparser
|
import feedparser
|
||||||
from mastodon import Mastodon
|
from mastodon import Mastodon
|
||||||
import psycopg2
|
import psycopg2
|
||||||
import pdb
|
|
||||||
|
|
||||||
# main
|
# main
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
pdb.set_trace()
|
|
||||||
db = Database()
|
db = Database()
|
||||||
|
|
||||||
setup = Setup()
|
setup = Setup()
|
||||||
|
|
Loading…
Referencia en una nova incidència