mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
alexAubin review
This commit is contained in:
parent
166c4e9b3a
commit
cc597404b7
1 changed files with 3 additions and 4 deletions
|
@ -54,10 +54,9 @@ def main():
|
|||
sys.exit(1)
|
||||
|
||||
if anonymize_output_flag:
|
||||
anonymized_output = anonymize_output(command_output)
|
||||
url = create_snippet(anonymized_output)
|
||||
else:
|
||||
url = create_snippet(command_output)
|
||||
output = anonymize_output(output)
|
||||
|
||||
url = create_snippet(output)
|
||||
|
||||
print("\033[32mURL: {}\033[0m".format(url))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue