HelloZeroNet / HelloZeroNet/ZeroNet
update.py should not adopt parameters from zeronet.conf
- Dominant language
- JavaScript
- Stars
- 18.8k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
### Step 1: Please describe your environment
* ZeroNet version: r4485
* Operating system: Raspbian
* Python 3.7.3
### Step 2: Describe the problem:
Hello, it does not seem handy when update.py adopt parameters from zeronet.conf:
cd /home/me/zeronet/
python3 zeronet.py --version
> - Starting ZeroNet...
> - Libsecpk256k1 loaded: CompiledLib in 0.094s
> ZeroNet 0.7.1 r4485
python3 update.py
> usage: update.py [-h] [--verbose] [--debug] [--silent] [--debug_socket]
> ...
> update.py: error: unrecognized arguments: --autodownload_bigfile_size_limit 200 --optional_limit 62 --ui_password mypassword
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.