Compare commits
	
		
			2 Commits
		
	
	
		
			898d737324
			...
			75f210df5f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 75f210df5f | |||
| b5fcc31cf4 | 
| @ -1,5 +1,5 @@ | |||||||
| [tool.bumpversion] | [tool.bumpversion] | ||||||
| current_version = "1.3.49" | current_version = "1.3.50" | ||||||
| commit = true | commit = true | ||||||
| tag = true | tag = true | ||||||
| tag_name = "{new_version}" | tag_name = "{new_version}" | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								app.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								app.py
									
									
									
									
									
								
							| @ -148,7 +148,7 @@ def send_test_notification(): | |||||||
|         response = requests.post( |         response = requests.post( | ||||||
|             backend_url, |             backend_url, | ||||||
|             auth=requests.auth.HTTPBasicAuth(username, password), |             auth=requests.auth.HTTPBasicAuth(username, password), | ||||||
|             json=request.get_json() |             json={} | ||||||
|         ) |         ) | ||||||
|         return Response(response.content, status=response.status_code, mimetype=response.headers['Content-Type']) |         return Response(response.content, status=response.status_code, mimetype=response.headers['Content-Type']) | ||||||
|     except requests.exceptions.RequestException as e: |     except requests.exceptions.RequestException as e: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user