Update config.py for Multi Threading
This commit is contained in:
@@ -43,6 +43,8 @@ class Config:
|
||||
return self.conf.getboolean("common", "auto_exit")
|
||||
def transalte_to_sc(self) -> bool:
|
||||
return self.conf.getboolean("common", "transalte_to_sc")
|
||||
def multi_threading(self) -> bool:
|
||||
return self.conf.getboolean("common", "multi_threading")
|
||||
def is_transalte(self) -> bool:
|
||||
return self.conf.getboolean("transalte", "switch")
|
||||
def is_trailer(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user