mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
13 lines
235 B
Diff
13 lines
235 B
Diff
--- b/__main__.py 2021-03-05 13:01:10.485858343 +0100
|
|
+++ a/__main__.py 2021-03-05 13:03:11.807808195 +0100
|
|
@@ -20,6 +20,7 @@
|
|
pass
|
|
|
|
|
|
+logging.getLogger().handlers.clear()
|
|
logger = logging.getLogger(__name__)
|
|
|
|
|
|
|
|
|
|
|