Skip to content

Commit

Permalink
fixed bugs and improved performance
Browse files Browse the repository at this point in the history
  • Loading branch information
minnukota381 committed Jul 8, 2024
1 parent 5705e22 commit b6d48d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

client = MongoClient(MONGO_URI)

# db = client.get_database('mydatabase')
# collection = db.get_collection('mycollection')

def convert_to_ist(gmt_time):
ist_timezone = pytz.timezone('Asia/Kolkata')
Expand Down

0 comments on commit b6d48d5

Please sign in to comment.