diff --git a/Push/consts.py b/Push/consts.py index c04f219b..07cf6b31 100644 --- a/Push/consts.py +++ b/Push/consts.py @@ -196,7 +196,23 @@ 5, 6, 8, - 10]] + 10], +'Yaman', + [0, + 2, + 4, + 4, + 6, + 7, + 9, + 10], +'Marwa', + [0, + 1, + 4, + 6, + 9, + 11]] MIN_OFF_THRESHOLD = 10 MAX_OFF_THRESHOLD = 370 MIN_ON_THRESHOLD = 10 @@ -289,4 +305,4 @@ class MessageBoxText: pass except ImportError: - pass \ No newline at end of file + pass