Cleanup optional imports
Disable the multiprocessing module on Windows Update translations
This commit is contained in:
@@ -54,7 +54,7 @@ class ParseCOMIC:
|
||||
return title
|
||||
|
||||
def get_author(self):
|
||||
return None
|
||||
return 'Unknown'
|
||||
|
||||
def get_year(self):
|
||||
creation_time = time.ctime(os.path.getctime(self.filename))
|
||||
|
Reference in New Issue
Block a user