Skip to content

Commit

Permalink
Update helper_func.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sahildesai07 authored Aug 31, 2024
1 parent 1c3e2f9 commit 9ec9fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import requests
import time
from datetime import datetime
from database.database import user_data, db_verify_status, db_update_verify_status
from database.database import users_collection, db_verify_status, db_update_verify_status

#logger = logging.getLogger(__name__)
#logger.setLevel(logging.INFO)
Expand Down

0 comments on commit 9ec9fe2

Please sign in to comment.