Этот коммит содержится в:
Sven Czarnian
2021-10-13 12:52:38 +02:00
родитель 1e043e2765
Коммит 014379740b

Просмотреть файл

@@ -6,8 +6,6 @@ import sys
class Weather(): class Weather():
def __init__(self, config : configparser.ConfigParser): def __init__(self, config : configparser.ConfigParser):
self.Provider = None self.Provider = None
self.PortReceiver = None
self.PortNotification = None
# search the required sections # search the required sections
for key in config: for key in config: