Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Newbie question #979
Newbie question #979
Comments
|
Instead of declaring a variable, you should add an option, and pass that on, around line 580. In FileDownloader, you can then user If you want feedback while developing, feel free to submit a partial pull request. |
|
thanks, yea I'm working on a new option (--bind-address) but it needs some improvements, when it'll be done I'll pull it. |
Hello, i declared a variable named test in parseOpts(overrideArguments=None): function in init.py
I need to get this variable in Filedownloader.py, any idea on how to pass this variable to filedownlader ?
Thanks.