Add: Tag only have actors in config
This commit is contained in:
@@ -212,10 +212,13 @@ 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 actor_only_tag(self) -> bool:
|
||||
return self.conf.getboolean("common", "actor_only_tag")
|
||||
|
||||
def sleep(self) -> int:
|
||||
return self.conf.getint("common", "sleep")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user