mirror of
https://github.com/gsi-upm/senpy
synced 2025-10-15 09:42:22 +00:00
V 0.2.2 - Better plugins
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from flask import Flask
|
||||
from extensions import Senpy
|
||||
app = Flask(__name__)
|
||||
app.debug = True
|
||||
sp = Senpy()
|
||||
sp.init_app(app)
|
||||
app.debug = True
|
||||
app.run()
|
||||
|
Reference in New Issue
Block a user