mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
fixup
This commit is contained in:
@@ -121,7 +121,7 @@ def process_data(data, file):
|
|||||||
# finally, add the provider
|
# finally, add the provider
|
||||||
global out_all, out_domains
|
global out_all, out_domains
|
||||||
out_all += " // " + file[file.rindex("/")+1:] + ": " + comment.strip(", ") + "\n"
|
out_all += " // " + file[file.rindex("/")+1:] + ": " + comment.strip(", ") + "\n"
|
||||||
if status == "OK" and before_login_hint == "" and after_login_hint == "" and server == "":
|
if status == "OK" and before_login_hint == "" and after_login_hint == "" and server == "" and config_defaults == "None":
|
||||||
out_all += " // - skipping provider with status OK and no special things to do\n\n"
|
out_all += " // - skipping provider with status OK and no special things to do\n\n"
|
||||||
else:
|
else:
|
||||||
out_all += provider
|
out_all += provider
|
||||||
|
|||||||
Reference in New Issue
Block a user