Compare commits
2 Commits
6736680131
...
7468b1b391
Author | SHA1 | Date | |
---|---|---|---|
7468b1b391 | |||
3191fabf39 |
@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "1.3.37"
|
||||
current_version = "1.3.38"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
3
app.py
3
app.py
@ -155,7 +155,8 @@ def send_test_notification_proxy():
|
||||
try:
|
||||
response = requests.post(
|
||||
backend_url,
|
||||
auth=requests.auth.HTTPBasicAuth(username, password)
|
||||
auth=requests.auth.HTTPBasicAuth(username, password),
|
||||
json={"message": "Ktv Test"}
|
||||
)
|
||||
return Response(response.content, status=response.status_code, mimetype=response.headers['Content-Type'])
|
||||
except requests.exceptions.RequestException as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user