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