Update changePassword

This commit is contained in:
Bluzume 2020-09-18 08:22:49 +12:00 committed by GitHub
parent 173a493897
commit fb06a20077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/python3
# This file has been added to my Private Server and was not a function in the original DreamTown.
from dreamtown_config import *
import sys
import binascii
@ -62,4 +63,4 @@ db.close()
print(json.dumps(result))