diff --git a/the_prestige.py b/the_prestige.py index bfe2613..7e36131 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -1,4 +1,4 @@ -import discord, json, math, os, roman, games, asyncio, random, main_controller, threading, time, urllib, leagues, datetime, gametext, real_players, archetypes +import discord, json, math, os, roman, games, asyncio, random, main_controller, threading, time, urllib, leagues, datetime, gametext, real_players, archetypes, sys import database as db import onomancer as ono from league_storage import league_exists, season_save, season_restart, get_mods, get_team_mods, set_mods @@ -2559,7 +2559,7 @@ async def league_day_watcher(channel, league, games_list, filter_url, last = Fal games_list.pop(i) break except: - print("something went wrong in league_day_watcher") + print("something went wrong in league_day_watcher: " + str(sys.exc_info()[0]) + str(sys.exc_info()[1])) await asyncio.sleep(2) league.day += 1