fix character switch

This commit is contained in:
Bluzume 2019-09-17 20:15:15 +12:00 committed by GitHub
parent 9254c4deda
commit 74289dc276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -49,4 +49,6 @@ except Exception as e:
print(e)
os._exit()
print(json.dumps(result))
#print(json.dumps(result))
#For some reason, on this request only responding '{"status":1}' or any JSON with a string as a key, Crashes paper mario (erh dream town)
print("") #print nothing instead.. temporary fix (tho the client never uses the status code to check anything .. it still does assign it to a variable)