fixed dtatbase caller bug

This commit is contained in:
Neythen Treloar 2022-02-28 20:59:29 +00:00
parent cb9b4a6a08
commit 36b4877d2c

View File

@ -727,7 +727,7 @@ if __name__ == '__main__':
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))