debug
This commit is contained in:
		
							
								
								
									
										4
									
								
								app.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								app.py
									
									
									
									
									
								
							@@ -162,9 +162,9 @@ def release_allocation():
 | 
				
			|||||||
            return jsonify(message="400")
 | 
					            return jsonify(message="400")
 | 
				
			||||||
    except:
 | 
					    except:
 | 
				
			||||||
        pass
 | 
					        pass
 | 
				
			||||||
    
 | 
					    print(id_allocation)
 | 
				
			||||||
    if id_allocation is not None:
 | 
					    if id_allocation is not None:
 | 
				
			||||||
        db.del_image_allocation_id(id_allocation)
 | 
					        print(db.del_image_allocation_id(id_allocation))
 | 
				
			||||||
    else:
 | 
					    else:
 | 
				
			||||||
        return jsonify(message="404")
 | 
					        return jsonify(message="404")
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user