Can't get the modules... ugh

This commit is contained in:
Carlos Sanchez 2023-04-30 18:57:50 -04:00
parent 2d3aec1f64
commit 997228d3fb
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ config = {
def main():
print("Program start")
logging.debug("Config: " + json.dumps(config, indent = 2))
context = contentapi.ApiContext(config["api"])
context = contentapi.ApiContext(config["api"], logging)
print("Program end")
# Because python reasons

View File

@ -1,3 +1,5 @@
@echo off
REM Change python whatever
set pyexe=python34\python.exe