sports spacing fix

This commit is contained in:
Neythen Treloar
2022-03-05 10:58:43 +00:00
parent c99bc0f563
commit 32f8f6ab45
2 changed files with 11 additions and 7 deletions

View File

@@ -422,7 +422,7 @@ def updateLeagueTables(api_key):
print(all_settings['leagues'].keys())
json.dump(all_settings, open( "csv/league_tables.json".format(league), 'w+' ))
except Exception as e:
raise e
exc_type, exc_obj, exc_tb = sys.exc_info()
fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]
logf.write(str(e))