ed: sql_alch.py exception mapsgen prefix

This commit is contained in:
devfzn 2023-05-13 19:03:57 -04:00
parent b34f39c013
commit b58964d68f
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,5 +8,5 @@ maps/map_all.png
maps/map_all_dark.png
log/
*.db
config.cfg
config*.cfg
TODO

View File

@ -474,4 +474,4 @@ def mapsgen():
loc_300 = session.execute(stmn).all()
maps_gen(loc_200, loc_300)
except Exception as ex:
print('Exception: ', ex)
print('Exception mapsgen: ', ex)