Skip to content

Commit

Permalink
fix: no print
Browse files Browse the repository at this point in the history
  • Loading branch information
nianhua99 committed Dec 24, 2023
1 parent 7469991 commit 359b84d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def refresh(user_id):
def refresh_all_user():
from app import scheduler, app
with scheduler.app.app_context():
print(app.config)
from app import query_db
users = query_db('select * from users')
for user in users:
Expand Down

0 comments on commit 359b84d

Please sign in to comment.