scailable / sclblpy

Python package for Scailable uploads
MIT License
19 stars 1 forks source link

Possibly missing an import in Getting Started 101 #42

Closed msm1089 closed 4 years ago

msm1089 commented 4 years ago

At https://github.com/scailable/sclbl-tutorials/blob/master/sclbl-101-getting-started/README.md the line sp.upload(lm, fv, docs=docs) uses a variable sp. I could not see any reference to this, but assume somewhere there should be import sclblpy as sp.

MKaptein commented 4 years ago

Hi,

Thanks for the message; I just added the import statement.