Kanhshsh commited on
Commit
6238458
·
verified ·
1 Parent(s): f2b07ab

Update info.py

Browse files
Files changed (1) hide show
  1. info.py +2 -2
info.py CHANGED
@@ -50,8 +50,8 @@ SUPPORT_CHAT_ID = int(support_chat_id) if support_chat_id and id_pattern.search(
50
  NO_RESULTS_MSG = bool(environ.get("NO_RESULTS_MSG", False)) # True if you want no results messages in Log Channel
51
 
52
  # MongoDB information
53
- DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://kanhagarg930123:[email protected]/?retryWrites=true&w=majority&tls=true&tlsAllowInvalidCertificates=true
54
- ")
55
  DATABASE_NAME = environ.get('DATABASE_NAME', "kanha")
56
  COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')
57
 
 
50
  NO_RESULTS_MSG = bool(environ.get("NO_RESULTS_MSG", False)) # True if you want no results messages in Log Channel
51
 
52
  # MongoDB information
53
+ DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://kanhagarg930123:[email protected]/?retryWrites=true&w=majority&tls=true&tlsAllowInvalidCertificates=true")
54
+
55
  DATABASE_NAME = environ.get('DATABASE_NAME', "kanha")
56
  COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')
57