From 93126ed352214b3a70ee4038e7201e96b1d45e4a Mon Sep 17 00:00:00 2001 From: siwat Date: Mon, 6 Jun 2022 21:47:40 +0700 Subject: [PATCH] Update 'start.py' --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index e3f3a6e..05da961 100755 --- a/start.py +++ b/start.py @@ -6,7 +6,7 @@ import os import pwd -OCTOPRINT = ["/opt/octoprint/venv/bin/octoprint", "serve"] +OCTOPRINT = ["/opt/octoprint/venv/bin/octoprint", "serve","--port","80"] def main():