Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
ace: do not print full ACTINIA_AUTH into terminal
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
neteler authored Mar 12, 2021
1 parent c915d2b commit 9e4e64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ace.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def send_poll_commands(commands: List[List[str]], mapset: str = None) -> None:

print(url)
print(PCHAIN)
print(ACTINIA_AUTH)
print(ACTINIA_USER)

r = requests.post(url, json=PCHAIN, auth=ACTINIA_AUTH)
try:
Expand Down

0 comments on commit 9e4e64e

Please sign in to comment.