exp
This commit is contained in:
@@ -88,10 +88,7 @@ class Platform:
|
||||
return False
|
||||
|
||||
user = User(self, telegram_id)
|
||||
try:
|
||||
return bool(eval(exp_data['condition']))
|
||||
except:
|
||||
return False
|
||||
return bool(eval(exp_data['condition']))
|
||||
|
||||
|
||||
platform = Platform()
|
||||
|
||||
Reference in New Issue
Block a user