This commit is contained in:
parent
16a083937e
commit
562bcf51eb
@ -94,6 +94,7 @@ class CallbackModule(CallbackBase):
|
|||||||
|
|
||||||
super(CallbackModule, self).set_options(task_keys=task_keys, var_options=var_options, direct=direct)
|
super(CallbackModule, self).set_options(task_keys=task_keys, var_options=var_options, direct=direct)
|
||||||
|
|
||||||
|
print(self.get_option('tg_token'))
|
||||||
self.tg_token = self.get_option('tg_token')
|
self.tg_token = self.get_option('tg_token')
|
||||||
self.tg_chat_id = self.get_option('tg_chat_id')
|
self.tg_chat_id = self.get_option('tg_chat_id')
|
||||||
self.socks5_uri = self.get_option('socks5_uri')
|
self.socks5_uri = self.get_option('socks5_uri')
|
||||||
|
Loading…
Reference in New Issue
Block a user