Tools/upload_log.py: add missing source parameter

This commit is contained in:
Beat Küng 2016-12-22 15:51:31 +01:00 committed by Lorenz Meier
parent 83fdb9761c
commit 1e05520350
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ def main():
email = args.email
payload = {'type': 'personal', 'description': description,
'feedback': feedback, 'email': email}
'feedback': feedback, 'email': email, 'source': args.source}
for file_name in args.FILE:
if not quiet: