mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
refactor(db): convert suitable string fields to JSON type
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ class SiteOper(DbOper):
|
||||
seconds=seconds or 1,
|
||||
lst_state=0,
|
||||
lst_mod_date=lst_date,
|
||||
note=json.dumps(note)
|
||||
note=note
|
||||
).create(self._db)
|
||||
|
||||
def fail(self, domain: str):
|
||||
|
||||
Reference in New Issue
Block a user