sibalzer
sibalzer
You can set the logger level to warning to ignore unnecessary messages. ``` logging.getLogger("usp.fetch_parse").setLevel(logging.WARNING) logging.getLogger("usp.helpers").setLevel(logging.WARNING) logging.getLogger("usp.tree").setLevel(logging.WARNING) ```
Thats because you are getting warning messages. If you want to ignore them too you need to set the logging level higher (`logging.ERROR` or even `logging.FATAL`). But i wouldn't recommend...
@yunzheng I didn't see this as a problem at first because under Linux all connected network drives are scanned as well. As proposed by @hvdort we can use the win32...
bc1be64 adds a check for local drives.
first bug: PyInstaller executeable throws errors because of multiprocessing Edit: fix here https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Multiprocessing
`multiprocessing.freeze_support()` is ignored on non nt plattforms
A simple batch script should do the trick: `start-finder.bat` ```batch log4j-finder.exe pause ``` Otherwise you can add these lines to the .py and build the exe yourself. ```python3 if __name__...
> https://imgur.com/a/ZcyXZrZ > Did an update break things? This should not be the case. The Error sasy that you need to create a new `cookie.txt`. You probably changed your Amazon...
hmm. But you can claim the loot manually?
We should add a setting `[ADVANCED] use_proxies`. The proxies should have a seperate file.