mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
client: request folder lists from server
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from app import create_app
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = create_app()
|
||||
app.run(debug=True, threaded=True, host="127.0.0.1", port=9876)
|
||||
Reference in New Issue
Block a user