From 55ece7b8d526115c8bddc9d7ba6a7b2df1fafc86 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 21 Feb 2021 16:05:16 +0000 Subject: [PATCH] Avoid errors from generator when using MYSQL --- mysql_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql_config.py b/mysql_config.py index a6e6eb4..2e31acd 100644 --- a/mysql_config.py +++ b/mysql_config.py @@ -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: