persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.26k stars 653 forks source link

Update setup.py #829

Closed mohammadraufzahed closed 2 years ago

mohammadraufzahed commented 3 years ago

made it little smaller than before i replaced the += with some_variable = some_variable + some_value and made it some_variable += some_value