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