mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
version udpate
This commit is contained in:
parent
792edddda0
commit
1ac3185ad3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ from schedule_manager import ScheduleManager
|
|||
app = Flask(__name__)
|
||||
CORS(app, resources={r"/*": {"origins": "*"}})
|
||||
sock = Sock(app)
|
||||
MODEM_VERSION = "0.15.0-alpha"
|
||||
MODEM_VERSION = "0.15.1-alpha"
|
||||
|
||||
# set config file to use
|
||||
def set_config():
|
||||
|
|
Loading…
Reference in a new issue