OpenEnergyPlatform / open-MaStR

A collaborative software to download the energy database Marktstammdatenregister (MaStR)
https://open-mastr.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
84 stars 17 forks source link

Disable tqdm progress bar in logs #448

Closed FlorianK13 closed 1 year ago

FlorianK13 commented 1 year ago

In logs and in some terminals (jupyter for example) the progress bar for downloading the xml file does not really work. Maybe it could be disabled in these cases using the disable parameter.

source: https://tqdm.github.io/docs/tqdm/#__init__

FlorianK13 commented 1 year ago

Seems not to be that easy, so I close this issue as it is not of greater relevance.