Ankush05 commited on
Commit
7e0db7b
1 Parent(s): 6898f19
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ convo = pipeline("conversational")
11
  uri = os.environ["MONGO_CONNECTION_STRING"]
12
  client = MongoClient(uri, tlsCertificateKeyFile="database/cert.pem")
13
 
14
- db == client["myapp"]
15
 
16
  col = db["reminders"]
17
 
 
11
  uri = os.environ["MONGO_CONNECTION_STRING"]
12
  client = MongoClient(uri, tlsCertificateKeyFile="database/cert.pem")
13
 
14
+ db = client["myapp"]
15
 
16
  col = db["reminders"]
17