Update app.py
Browse files
app.py
CHANGED
|
@@ -276,7 +276,7 @@ MONGO_URI = Mongo_ip
|
|
| 276 |
client = MongoClient(
|
| 277 |
MONGO_URI,
|
| 278 |
tls=True, tlsAllowInvalidCertificates=True) # Bypass SSL certificate verification
|
| 279 |
-
|
| 280 |
db = client.GoldRates
|
| 281 |
collection = db['GoldRates']
|
| 282 |
# List of cities
|
|
|
|
| 276 |
client = MongoClient(
|
| 277 |
MONGO_URI,
|
| 278 |
tls=True, tlsAllowInvalidCertificates=True) # Bypass SSL certificate verification
|
| 279 |
+
|
| 280 |
db = client.GoldRates
|
| 281 |
collection = db['GoldRates']
|
| 282 |
# List of cities
|