diff --git a/act/discovery/arm.py b/act/discovery/arm.py index 11b8792dcf..25c8228e21 100644 --- a/act/discovery/arm.py +++ b/act/discovery/arm.py @@ -115,7 +115,7 @@ def download_arm_data(username, token, datastream, startdate, enddate, time=None try: response_body = urlopen(query_url).read().decode('utf-8') except Exception as error: - print(error + ' for url: ' + query_url) + print(error, ' for url: ' + query_url) # if the response is an html doc, then there was an error with the user if response_body[1:14] == '!DOCTYPE html': raise ConnectionRefusedError('Error with user. Check username or token.')