padmalcom
Results
22
comments of
padmalcom
Thank you @Legioth, `upload.setAcceptedFileTypes("png")` works fine so I go with this solution.
The Pylint error _Inconsistent method resolution order for class 'MyTqdm'_ can't be fixed as long as `tqdm_auto` selects the correct tqdm at runtime (e.g. `tqdm.notebook.tqdm` or `tqdm.std.tqdm`). Looking at other...