7 lines
131 B
Python
7 lines
131 B
Python
import os
|
|
|
|
|
|
protocol = "https://"
|
|
server_url = 'horsy.ml'
|
|
horsypath = os.popen('echo %HORSYPATH%').read().replace('\n', '') + '\\'
|