mirror of https://github.com/coddrago/Heroku
Update main.py
parent
b48e6b43a9
commit
ab4ddd0ea1
|
@ -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),
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue