Vendoring octorest

This commit is contained in:
Reid D McKenzie 2025-02-06 01:55:09 -07:00
commit bee6f3b69a
76 changed files with 13557 additions and 0 deletions
projects/octorest/test

View file

@ -0,0 +1,7 @@
import os
URL = os.environ.get('OCTOPRINT_URL')
APIKEY = os.environ.get('OCTOPRINT_APIKEY')
URL = "http://localhost:5000"
APIKEY = "65FD7606F0FB4DF981C639FEDF08F7E6"