Skip to content

Commit

Permalink
nvchad
Browse files Browse the repository at this point in the history
  • Loading branch information
bdelucia committed Oct 11, 2024
1 parent cf74905 commit 91a2fb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions hello.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hi vim
yadda what the sigma yadda
6 changes: 2 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@

main.register_blueprint(views, url_prefix="/")

#if __name__ == '__main__':
#main.run(debug=True, port=8000)


if __name__ == '__main__':
main.run(debug=True, port=8000)

0 comments on commit 91a2fb6

Please sign in to comment.