Skip to content

Commit

Permalink
Check bandit job.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Oct 6, 2023
1 parent 5abb89c commit 04c72b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/backend_ga4.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def send(self, message: dict):
else:
raise ValueError("Incorrect backend URL.")

request.urlopen(req) #nosec
request.urlopen(req)
except Exception as err:
log.warning("Failed to send event with the following error: {}".format(err))

Expand Down

0 comments on commit 04c72b0

Please sign in to comment.