Extracted channels to .env
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -7,13 +7,7 @@ load_dotenv()
|
||||
|
||||
api_id = os.getenv('API_ID')
|
||||
api_hash = os.getenv('API_HASH')
|
||||
chats = [
|
||||
'tg1337const',
|
||||
'cyberboec',
|
||||
'topor',
|
||||
'workBrothers',
|
||||
'anekdot_bb'
|
||||
]
|
||||
chats = os.getenv('CHANNELS').split()
|
||||
|
||||
def cleanup(msg):
|
||||
unwanted_strings = [
|
||||
|
||||
Reference in New Issue
Block a user