было FQDN = get_fqdn
стало FQDN = get_fqdn()
This commit is contained in:
@@ -43,7 +43,7 @@ def get_fqdn():
|
|||||||
|
|
||||||
return fqdn
|
return fqdn
|
||||||
|
|
||||||
FQDN = get_fqdn
|
FQDN = get_fqdn()
|
||||||
|
|
||||||
telegram_bot_token = os.getenv("TELEGRAM_TOKEN")
|
telegram_bot_token = os.getenv("TELEGRAM_TOKEN")
|
||||||
telegram_chat_id = str(os.getenv("TELEGRAM_CHAT_ID"))
|
telegram_chat_id = str(os.getenv("TELEGRAM_CHAT_ID"))
|
||||||
|
|||||||
Reference in New Issue
Block a user