Update main.py

pull/127/head
Who? 2025-03-15 08:14:20 +07:00 committed by GitHub
parent b48e6b43a9
commit ab4ddd0ea1
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("hikka-") and f.endswith(".session"),
lambda f: f.startswith("heroku-") and f.endswith(".session"),
os.listdir(BASE_DIR),
)
]