|
@@ -69,10 +69,10 @@ def start_multiple(instagram_api_arg, settings_arg, proc_arg):
|
|
log_warn("If this is not the case, manually delete the file '{:s}' and try again.".format(user + '.lock'))
|
|
log_warn("If this is not the case, manually delete the file '{:s}' and try again.".format(user + '.lock'))
|
|
else:
|
|
else:
|
|
log_info_green("Launching daemon process for '{:s}'...".format(user))
|
|
log_info_green("Launching daemon process for '{:s}'...".format(user))
|
|
- if settings_arg.custom_ini_path == 'pyinstalive.ini':
|
|
|
|
|
|
+ if settings_arg.custom_config_path == 'pyinstalive.ini':
|
|
start_result = run_command("{:s} -d {:s}".format(proc_arg, user))
|
|
start_result = run_command("{:s} -d {:s}".format(proc_arg, user))
|
|
else:
|
|
else:
|
|
- start_result = run_command("{:s} -d {:s} -ip '{:s}' -sp '{:s}'".format(proc_arg, user, settings_arg.custom_ini_path, settings_arg.save_path))
|
|
|
|
|
|
+ start_result = run_command("{:s} -d {:s} -ip '{:s}' -sp '{:s}'".format(proc_arg, user, settings_arg.custom_config_path, settings_arg.save_path))
|
|
if start_result:
|
|
if start_result:
|
|
log_info_green("Could not start processs: {:s}".format(str(start_result)))
|
|
log_info_green("Could not start processs: {:s}".format(str(start_result)))
|
|
else:
|
|
else:
|