Update 'start.py'

This commit is contained in:
Siwat Sirichai 2022-06-06 21:47:40 +07:00
parent 61fe2351b8
commit 93126ed352
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import os
import pwd import pwd
OCTOPRINT = ["/opt/octoprint/venv/bin/octoprint", "serve"] OCTOPRINT = ["/opt/octoprint/venv/bin/octoprint", "serve","--port","80"]
def main(): def main():