diff options
Diffstat (limited to 'src/ogClient.py')
-rw-r--r-- | src/ogClient.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ogClient.py b/src/ogClient.py index 4c0a003..881fd81 100644 --- a/src/ogClient.py +++ b/src/ogClient.py @@ -24,6 +24,8 @@ class State(Enum): FORCE_DISCONNECTED = 2 class ogClient: + OG_PATH = '/opt/opengnsys/' + def __init__(self, config): self.CONFIG = config |