mirror of
https://github.com/SantaSpeen/RoyaltyIT-tg-bot.git
synced 2026-05-19 16:10:34 +00:00
fix for Python3.7
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ class Config:
|
|||||||
self.standard_start_message = self.raw_config.get("standard_start_message")
|
self.standard_start_message = self.raw_config.get("standard_start_message")
|
||||||
|
|
||||||
if self.remote_chat >= 0:
|
if self.remote_chat >= 0:
|
||||||
print(f"WARNING {self.remote_chat=}")
|
print(f"WARNING self.remote_chat={self.remote_chat}")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def new_member_message(self) -> str:
|
def new_member_message(self) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user