PyBeacon icon indicating copy to clipboard operation
PyBeacon copied to clipboard

Read args only when needed to allow importing the module

Open depau opened this issue 8 years ago • 2 comments

The arguments should not be read on top-level code, only when the program is executed.

This way other Python code can use the module functions.

depau avatar Oct 11 '17 12:10 depau

Thanks @Depaulicious. In future, please make sure that you create an issue before creating a PR. Have you test it for all the functionalities?

PrabhanshuAttri avatar Oct 25 '17 03:10 PrabhanshuAttri

In future, please make sure that you create an issue before creating a PR.

Sounds like a weird way of working to me but no problem.

Have you test it for all the functionalities?

Yes

depau avatar Dec 21 '17 17:12 depau