Srish117 commited on
Commit
210b4aa
·
verified ·
1 Parent(s): 16216fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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