mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
switch some cmdopts to opts
This commit is contained in:
@@ -166,11 +166,6 @@ interrogator = modules.interrogate.InterrogateModels("interrogate")
|
||||
face_restorers = []
|
||||
|
||||
|
||||
def debug(message):
|
||||
if cmd_opts.debug:
|
||||
log.debug(message)
|
||||
|
||||
|
||||
class OptionInfo:
|
||||
def __init__(self, default=None, label="", component=None, component_args=None, onchange=None, section=None, refresh=None):
|
||||
self.default = default
|
||||
|
||||
Reference in New Issue
Block a user