diff options
Diffstat (limited to 'aglbaseservice.py')
-rw-r--r-- | aglbaseservice.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aglbaseservice.py b/aglbaseservice.py index 3c5f907..f97402b 100644 --- a/aglbaseservice.py +++ b/aglbaseservice.py @@ -10,11 +10,11 @@ from os import environ from argparse import ArgumentParser -IPADDR = '127.0.0.1' -PORT = '30000' -TOKEN = 'HELLO' -UUID = 'magic' -URL = f'ws://{IPADDR}:{PORT}/api?token={TOKEN}&uuid={UUID}' +# IPADDR = '127.0.0.1' +# PORT = '30000' +# TOKEN = 'HELLO' +# UUID = 'magic' +# URL = f'ws://{IPADDR}:{PORT}/api?token={TOKEN}&uuid={UUID}' class AFBT(IntEnum): REQUEST = 2, |