Avoid errors from generator when using MYSQL

This commit is contained in:
Simon 2021-02-21 16:05:16 +00:00
parent b719a55e4c
commit 55ece7b8d5
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ class useMYSQL:
'TS1_STATIC': ts1_static,
'TS2_STATIC': ts2_static,
'DEFAULT_REFLECTOR': int(default_reflector)
'GENERATOR': 1
}})
CONFIG['SYSTEMS'][callsign].update({'PEERS': {}})
except TypeError: