Typo in last

This commit is contained in:
Simon 2021-02-21 16:06:25 +00:00
parent 55ece7b8d5
commit 2f1b128be7
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ class useMYSQL:
'VOICE_IDENT': bool(voice_ident),
'TS1_STATIC': ts1_static,
'TS2_STATIC': ts2_static,
'DEFAULT_REFLECTOR': int(default_reflector)
'GENERATOR': 1
'DEFAULT_REFLECTOR': int(default_reflector),
'GENERATOR': int(1),
}})
CONFIG['SYSTEMS'][callsign].update({'PEERS': {}})
except TypeError: