Skip to content

Commit

Permalink
🚫🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegovic committed Oct 31, 2023
1 parent 5c67b4a commit 4bf1e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

logging.basicConfig()
cls_log = logging.getLogger('MyLogger')
cls_log.setLevel(logging.DEBUG)
cls_log.setLevel(logging.INFO)

# Connect to the MongoDB server
try:
Expand Down
2 changes: 1 addition & 1 deletion server/github_oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ def home():
return render_template('home.html')

if __name__ == '__main__':
app.run(host='0.0.0.0', port=8080, debug=True)
app.run(host='0.0.0.0', port=8080, debug=False)

0 comments on commit 4bf1e82

Please sign in to comment.