Closed acrellin closed 9 years ago
Have to do a sys.path.append for the import to work now, which is why the script was originally placed where it was, though it's only run inside a Docker container so I think it's fine to do so.
sys.path.append
Fixed the Flask static data files issue
Don't merge just yet, I found a minor bug I need to fix first
Ok, good to go
:+1: !
Have to do a
sys.path.append
for the import to work now, which is why the script was originally placed where it was, though it's only run inside a Docker container so I think it's fine to do so.