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