debug: add visible version indicators
This commit is contained in:
parent
aef65858eb
commit
31b50ee406
2 changed files with 6 additions and 2 deletions
6
app.py
6
app.py
|
|
@ -1449,5 +1449,9 @@ if __name__ == '__main__':
|
|||
print("\033[32m" + f"http://localhost:{port_sever}" + " " + "\033[0m", flush=True)
|
||||
print("\033[32m" + f"http://127.0.0.1:{port_sever}" + "\033[0m", flush=True)
|
||||
|
||||
# sever_flare(port_sever, "cXPggKvHuW:sdvn:1231")
|
||||
print("----------------------------------------------------------------")
|
||||
print(" aPix v2.0 DEBUG - STARTED")
|
||||
print("----------------------------------------------------------------")
|
||||
|
||||
initialize_config_files()
|
||||
app.run(debug=True, host='0.0.0.0', port=port_sever)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<aside class="sidebar">
|
||||
<div class="sidebar-header">
|
||||
<div class="brand">
|
||||
<h1>aPix <span class="badge">by SDVN</span></h1>
|
||||
<h1>aPix <span class="badge">v2.0 DEBUG</span></h1>
|
||||
</div>
|
||||
<div class="sidebar-header-actions">
|
||||
<button type="button" class="toolbar-info-btn info-icon-btn" data-popup-target="help"
|
||||
|
|
|
|||
Loading…
Reference in a new issue