Update main.py

pull/127/head
Who? 2025-03-15 08:18:56 +07:00 committed by GitHub
parent ab4ddd0ea1
commit 2f7b7d0065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ class Heroku:
)
)
for session in filter(
lambda f: f.startswith("heroku-") and f.endswith(".session"),
lambda f: f.startswith("heroku-") or f.startswith("hikka-") and f.endswith(".session"),
os.listdir(BASE_DIR),
)
]