1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Plugin bitcoind_: retrieve debug state from environment

This commit is contained in:
Lars Kruse 2018-08-24 20:45:46 +02:00
parent bc20826c4e
commit 675f1f6962

View file

@ -57,7 +57,7 @@ import urllib.error
import urllib.request
DEBUG = False
DEBUG = os.getenv('MUNIN_DEBUG') == '1'
def main():