Update modules/database.py
Browse files- modules/database.py +1 -1
modules/database.py
CHANGED
@@ -31,7 +31,7 @@ chat_collection = None # Nueva variable global
|
|
31 |
|
32 |
#####################################################################################33
|
33 |
def initialize_cosmos_sql_connection():
|
34 |
-
global cosmos_client, user_database, user_container
|
35 |
try:
|
36 |
cosmos_endpoint = os.environ.get("COSMOS_ENDPOINT")
|
37 |
cosmos_key = os.environ.get("COSMOS_KEY")
|
|
|
31 |
|
32 |
#####################################################################################33
|
33 |
def initialize_cosmos_sql_connection():
|
34 |
+
global cosmos_client, user_database, user_container, application_requests_container
|
35 |
try:
|
36 |
cosmos_endpoint = os.environ.get("COSMOS_ENDPOINT")
|
37 |
cosmos_key = os.environ.get("COSMOS_KEY")
|