Typo in last
This commit is contained in:
parent
55ece7b8d5
commit
2f1b128be7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user