From 825353e79e51b841d4783b6e187afa083a729e24 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 11 Dec 2019 17:31:21 +0100 Subject: TSGroupAssigner setup + working release TSGroupAssigner module + add GPL Licence + add basic README * updated .gitignore - remove old script snippets --- config.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config.py (limited to 'config.py') diff --git a/config.py b/config.py deleted file mode 100644 index d0dc061..0000000 --- a/config.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8 -*- -import json - -with open("config.json", "r", encoding="utf-8") as file: - config = json.load(file) - - -class Config(object): - # connection arguments - HOST = config['host'] - PORT = config['port'] - USER = config['user'] - PW = config['password'] - SID = config['server_id'] - - # assignment settings - GID = config['gid'] -- cgit v1.2.3-54-g00ecf