init files for later
This commit is contained in:
parent
b489ae343b
commit
54b4b88cfd
2 changed files with 2 additions and 1 deletions
1
RaspberryPI/startup.py
Normal file
1
RaspberryPI/startup.py
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
import threading
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
from flask import Flask
|
from flask import Flask
|
||||||
from flask import request
|
from flask import request
|
||||||
from flask_cors import CORS
|
from flask_cors import CORS
|
||||||
import json,vlc,csv,threading,time,random, argparse
|
import json,vlc,threading,time,random, argparse
|
||||||
parser=argparse.ArgumentParser(description="Options for the Webby Bits")
|
parser=argparse.ArgumentParser(description="Options for the Webby Bits")
|
||||||
parser.add_argument('-p','--port',help="Pick a port to host on, not the same as the web (client) port",default='19054')
|
parser.add_argument('-p','--port',help="Pick a port to host on, not the same as the web (client) port",default='19054')
|
||||||
porttheuserpicked=parser.parse_args().port
|
porttheuserpicked=parser.parse_args().port
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue