diff options
author | Xanthem <2vendor@hisfootsteps.net> | 2021-08-17 07:15:53 -0700 |
---|---|---|
committer | Xanthem <2vendor@hisfootsteps.net> | 2021-08-19 07:58:41 -0700 |
commit | 487ccbdbfdb087cf8079b050e9adcc9ff090928d (patch) | |
tree | bbc81aec31b529b1debf4c93e13d2546ad1d8394 /server.py | |
parent | 745b5dc8a8e6323137ef549327ed051dc0ce56cb (diff) | |
download | server-487ccbdbfdb087cf8079b050e9adcc9ff090928d.tar.gz server-487ccbdbfdb087cf8079b050e9adcc9ff090928d.tar.bz2 server-487ccbdbfdb087cf8079b050e9adcc9ff090928d.tar.xz server-487ccbdbfdb087cf8079b050e9adcc9ff090928d.zip |
Set up Localhost
Diffstat (limited to 'server.py')
-rwxr-xr-x | server.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ p=json.load(f) f.close() PORT=p["PORT"] -SECURE=p["SSL"] +SECURE=False#p["SSL"] ############################################################### # Main Class |