Skip to content

Commit

Permalink
Store subreddit data
Browse files Browse the repository at this point in the history
  • Loading branch information
barrycarey committed Dec 10, 2024
1 parent 284ae2b commit ee69d85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

def get_conn_string():
return f'mysql+pymysql://{bot_config.db_user}:{quote_plus(bot_config.db_password)}@{bot_config.db_host}/{bot_config.db_name}'
return conn_str


# other values from the config, defined by the needs of env.py,
# can be acquired:
Expand Down

0 comments on commit ee69d85

Please sign in to comment.