Skip to content

Commit

Permalink
Merge pull request #17 from marctheshark3/db-dev
Browse files Browse the repository at this point in the history
rm deletion of tables from init db
  • Loading branch information
marctheshark3 authored May 8, 2024
2 parents 941826a + e784d0b commit 4aae756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/init_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def init_db():
print('intializing DB')
db_sync = DataSyncer(config_path="../conf")
timenow = Timestamp.now()
db_sync.__delete_table__()
#db_sync.__delete_table__()
db_sync.__create_table__()
db_sync.update_pool_stats(timenow)
# db_sync.db.fetch_data('stats')
Expand Down

0 comments on commit 4aae756

Please sign in to comment.