Skip to content

Commit

Permalink
no echo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalde committed Feb 13, 2024
1 parent d9a15fa commit 8d1df44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -11,7 +11,7 @@
DATABASE = "data.sqlite"
DATA_TABLE = "data"

engine = create_engine(f'sqlite:///{DATABASE}', echo=True)
engine = create_engine(f'sqlite:///{DATABASE}', echo=False)


class DA(Base):
Expand Down

0 comments on commit 8d1df44

Please sign in to comment.