skip tags
This commit is contained in:
@@ -212,6 +212,9 @@ class Config:
|
||||
|
||||
def mapping_table_validity(self) -> int:
|
||||
return self.conf.getint("common", "mapping_table_validity")
|
||||
|
||||
def donot_save_tags(self) -> int:
|
||||
return self.conf.getint("common", "donot_save_tags")
|
||||
|
||||
def sleep(self) -> int:
|
||||
return self.conf.getint("common", "sleep")
|
||||
@@ -431,6 +434,7 @@ class Config:
|
||||
conf.set(sec1, "ignore_failed_list", 0)
|
||||
conf.set(sec1, "download_only_missing_images", 1)
|
||||
conf.set(sec1, "mapping_table_validity", 7)
|
||||
conf.set(sec1, "donot_save_tags", 0)
|
||||
|
||||
sec2 = "advenced_sleep"
|
||||
conf.add_section(sec2)
|
||||
|
||||
Reference in New Issue
Block a user