diff --git a/.gitignore b/.gitignore index 85e63ae..c0cc8f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env data.db __pycache__ -.DS_Store \ No newline at end of file +.DS_Store +internal_notes.txt \ No newline at end of file diff --git a/app/linklogger.py b/app/linklogger.py index 388ede7..c0d7f15 100644 --- a/app/linklogger.py +++ b/app/linklogger.py @@ -6,4 +6,4 @@ from routes import app if __name__ == '__main__': init_db() - server = uvicorn.run(app=app, host="0.0.0.0", port=5252) \ No newline at end of file + server = uvicorn.run(app=app, host="0.0.0.0", port=5252)