[scheduler] partial debug support

This commit is contained in:
Nico Schottelius 2019-12-31 14:22:44 +01:00
commit eb19b10333
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ from .helper import (
from . import logger
def main():
def main(debug=False):
for request_iterator in [
shared.etcd_client.get_prefix(
settings["etcd"]["request_prefix"], value_in_json=True