Actualizar berretin.py

This commit is contained in:
nix 2025-11-07 19:45:52 +00:00
parent d40368e71f
commit 5b2d5b1d16

View File

@ -104,4 +104,4 @@ def smn_proxy(subpath):
if __name__ == "__main__": if __name__ == "__main__":
os.makedirs(CACHE_DIR, exist_ok=True) os.makedirs(CACHE_DIR, exist_ok=True)
app.run(host="0.0.0.0", port=8080, debug=False) app.run(host="0.0.0.0", port=6942, debug=False)