Skip to content

Commit

Permalink
uncomment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Apr 1, 2024
1 parent 225206f commit e6c6295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ofscraper/db/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ def create_backup(model_id, username, backup=None):
async def table_init_create(model_id=None, username=None):
await create_tables(model_id=model_id, username=username)
create_backup(model_id, username)
# await modify_tables(model_id, username)
# await write_profile_table(model_id=model_id, username=username)
# await write_models_table(model_id=model_id, username=username)
await modify_tables(model_id, username)
await write_profile_table(model_id=model_id, username=username)
await write_models_table(model_id=model_id, username=username)

0 comments on commit e6c6295

Please sign in to comment.