fix: Correct import statement for booking module in main.py
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ from pymongo import MongoClient
|
||||
from pymongo.errors import PyMongoError
|
||||
from bson.objectid import ObjectId
|
||||
import user as user_store
|
||||
from buchungen import buchen
|
||||
import buchungen
|
||||
|
||||
app = Flask(__name__)
|
||||
app.secret_key = "ASDfhbsdfseiufhgildsrfrjg874368546987s6e8468f4!?FAUS/&s"
|
||||
|
||||
Reference in New Issue
Block a user