mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Change configure quiet option in Hachoir to suppress warnings.
This commit is contained in:
parent
a86dccd99d
commit
92bf6bb6d6
3 changed files with 7 additions and 4 deletions
|
@ -15,6 +15,8 @@
|
|||
* Remove legacy anime split home option from anime settings tab (new option located in general/interface tab)
|
||||
* Remove "Manage Torrents"
|
||||
* Update Beautiful Soup 4.3.2 to 4.4.0 (r390)
|
||||
* Update Hachoir library 1.3.3 to 1.3.4 (r1383)
|
||||
* Change configure quiet option in Hachoir to suppress warnings (add ref:hacks.txt)
|
||||
|
||||
|
||||
### 0.10.0 (2015-08-06 11:05:00 UTC)
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
Libs with customisations...
|
||||
|
||||
/tornado
|
||||
/lib/cachecontrol/caches/file_cache.py
|
||||
/lib/hachoir_core/config.py
|
||||
/lib/pynma/pynma.py
|
||||
/lib/requests/packages/urllib3/connectionpool.py
|
||||
/lib/requests/packages/urllib3/util/ssl_.py
|
||||
/lib/cachecontrol/caches/file_cache.py
|
||||
/lib/pynma/pynma.py
|
||||
/tornado
|
||||
|
|
|
@ -14,7 +14,7 @@ unicode_stdout = True # Replace stdout and stderr with Unicode compatible ob
|
|||
# Global options
|
||||
debug = False # Display many informations usefull to debug
|
||||
verbose = False # Display more informations
|
||||
quiet = False # Don't display warnings
|
||||
quiet = True # Don't display warnings
|
||||
|
||||
# Use internationalization and localization (gettext)?
|
||||
if os.name == "nt":
|
||||
|
|
Loading…
Reference in a new issue