Skip to content

Commit

Permalink
close #18 - characters encoding when creating eng
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbarazida committed Jul 29, 2020
1 parent 892af08 commit 48e0f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/working_with_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def initiate_database(websites):
create_database()

# Drops all tables. del when DB is ready
Base.metadata.drop_all(engine)
# Base.metadata.drop_all(engine)

# creates all tables - if exists won't do anything
Base.metadata.create_all(engine)
Expand Down

0 comments on commit 48e0f10

Please sign in to comment.