Skip to content

Commit

Permalink
conflicts resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
elizaveta-andreeva committed Sep 15, 2023
1 parent 35a57c0 commit 984c221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ def process(token_):
work_queue.put(token)
for i in range(len(tokens)):
worker = Worker(work_queue)
worker.start()
worker.start()
3 changes: 2 additions & 1 deletion db.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,5 @@ def get_users_not_answer_last24hours():


def auth_in_db(username, password):
connect(f'mongodb://{username}:{password}@db:27017/{DATABASE_NAME}?authSource=admin')
connect(f'mongodb://{username}:{password}@db:27017/{DATABASE_NAME}?authSource=admin')

0 comments on commit 984c221

Please sign in to comment.