Final refactor

This commit is contained in:
BarsTiger
2022-02-05 22:24:46 +02:00
parent f19477c6fe
commit be4c49ecf3
3 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import os
protocol = "http://"
server_url = 'localhost:60666'
protocol = "https://"
server_url = 'horsy.ml'
horsypath = os.popen('echo %HORSYPATH%').read().replace('\n', '') + '/'