In particular, the section with upload_data_package() has commented out code following the function. If you run the whole code chunk, the commented out code is taken as an input instead of the expected values (1: Yes; 2: No).
Solution: move the comments to above the function call.
In particular, the section with
upload_data_package()
has commented out code following the function. If you run the whole code chunk, the commented out code is taken as an input instead of the expected values (1: Yes; 2: No).Solution: move the comments to above the function call.