1

exit aangepast

This commit is contained in:
Ventilaar 2021-01-12 15:51:18 +01:00
parent 05368c5af1
commit 77e226b4f0

8
run.py
View File

@ -122,10 +122,4 @@ def releasemean():
if __name__ == "__main__":
try:
app.run('0.0.0.0', port=5001, debug=True)
finally:
try:
steam_abstraction.steamlogout()
except:
print('Error loggout out of steam client.')
app.run('0.0.0.0', port=5001, debug=True)