Files
legacy/modules/vars.py
2022-02-05 22:24:46 +02:00

7 lines
130 B
Python

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