fix spelling

This commit is contained in:
Simon 2023-10-03 21:03:31 +07:00
parent 6d1810946b
commit 57d8b060d2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 2 additions and 2 deletions

View File

@ -663,7 +663,7 @@ class LoginApiView(ObtainAuthToken):
class SnapshotApiListView(ApiBaseView): class SnapshotApiListView(ApiBaseView):
"""resolves to /api/snapshot/ """resolves to /api/snapshot/
GET: returns snashot config plus list of existing snapshots GET: returns snapshot config plus list of existing snapshots
POST: take snapshot now POST: take snapshot now
""" """

View File

@ -111,7 +111,7 @@ class CookieHandler:
print("cookie: import successful") print("cookie: import successful")
def set_cookie(self, cookie): def set_cookie(self, cookie):
"""set cookie str and activate in cofig""" """set cookie str and activate in config"""
RedisArchivist().set_message("cookie", cookie, save=True) RedisArchivist().set_message("cookie", cookie, save=True)
path = ".downloads.cookie_import" path = ".downloads.cookie_import"
RedisArchivist().set_message("config", True, path=path, save=True) RedisArchivist().set_message("config", True, path=path, save=True)