mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 03:19:27 +00:00
fix spelling
This commit is contained in:
@@ -663,7 +663,7 @@ class LoginApiView(ObtainAuthToken):
|
||||
|
||||
class SnapshotApiListView(ApiBaseView):
|
||||
"""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
|
||||
"""
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ class CookieHandler:
|
||||
print("cookie: import successful")
|
||||
|
||||
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)
|
||||
path = ".downloads.cookie_import"
|
||||
RedisArchivist().set_message("config", True, path=path, save=True)
|
||||
|
||||
Reference in New Issue
Block a user