From f1bf4a5d9a12dd7b28588db3735d14cc4de49749 Mon Sep 17 00:00:00 2001 From: Stefano Assenzo Date: Sun, 5 Mar 2023 19:25:23 +0100 Subject: [PATCH] Change URL for events/notification_game.py --- src/events/notification_game.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/events/notification_game.py b/src/events/notification_game.py index 8c87f4c..d2b890b 100644 --- a/src/events/notification_game.py +++ b/src/events/notification_game.py @@ -6,7 +6,7 @@ def notification_game1(collection_game, collection_id, bot): try: print("Try to send first game") - url = "https://minty.apexie.eu/v1/epicfreegames" + url = "https://minty.apexie.dev/v1/epicfreegames" response = requests.get(url).json() #All information for first game @@ -78,4 +78,4 @@ def notification_game3(collection_game, collection_id, bot,): sendata2 = collection_game.update_one({'_id':ObjectId(array_game3)}, {"$set": send_game3}, upsert=False) except: print("An error occurred") - recheck_game(collection_game=collection_game, collection_id=collection_id, bot=bot) \ No newline at end of file + recheck_game(collection_game=collection_game, collection_id=collection_id, bot=bot)