Skip to content

Commit

Permalink
Cleanup import, remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chadhutchins182 committed Feb 14, 2022
1 parent 155a55a commit 8f7d853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flask import Flask, jsonify, request
from flask import Flask
import os

app = Flask(__name__)
Expand All @@ -25,4 +25,4 @@ def temper():


if __name__ == "__main__":
app.run(debug=True)
app.run()

0 comments on commit 8f7d853

Please sign in to comment.