Skip to content

Commit 79d7637

Browse files
committed
fix
1 parent 8dcdb4e commit 79d7637

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/index.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,4 @@ def switch_commit():
440440
'change_set': change_set
441441
}
442442

443-
return jsonify(response), 200
444-
445-
446-
app.run(debug=True)
443+
return jsonify(response), 200

0 commit comments

Comments
 (0)