Browse Source

remove unused variables

Sven Czarnian 3 năm trước cách đây
mục cha
commit
014379740b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      aman/config/Weather.py

+ 0 - 2
aman/config/Weather.py

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