Change logging a little so info about DB being rebuilt is always printed to stdout

This commit is contained in:
DarkPhoenix
2019-10-30 15:16:13 +03:00
parent 39dc7e4a46
commit cde0108cba
2 changed files with 12 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ parser.add_option("-p", "--profile", action="store", dest="profile_path", help="
(options, args) = parser.parse_args()
if __name__ == "__main__":
try:
@@ -118,7 +119,6 @@ if __name__ == "__main__":
pyfalog.info("Running in a thawed state.")
if db_needs_update() is True:
pyfalog.info("Gamedata needs an update")
update_db()
# Lets get to the good stuff, shall we?