Fix: subscription_id

pull/39/head
Steffen Sauler 2018-02-09 11:07:30 +01:00 committed by GitHub
parent 477a70ff2c
commit bcdcd68031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ log.info("Connected")
poll_from = datetime.strptime(args.start, "%Y-%m-%d") if args.start else None
poll_to = datetime.strptime(args.end, "%Y-%m-%d") if args.end else datetime.now()
subscription_id = args.subscription_id
for server in config:
log.info("== %s ==", server["name"])