Browse Source

revert event checker

nico 8 năm trước cách đây
mục cha
commit
d9f2438fb8
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      core/ConfigurationManager/ConfigurationChecker.py

+ 0 - 2
core/ConfigurationManager/ConfigurationChecker.py

@@ -198,8 +198,6 @@ class ConfigurationChecker:
         """
         if event_dict is None:
             raise NoEventPeriod("Event must contain a period: %s" % event_dict)
-        if event_dict["event"] is None or event_dict["event"] == "":
-            raise NoEventPeriod("Event must contain a period: %s" % event_dict)
         return True
 
     @staticmethod