Skip to content

Commit

Permalink
report bugfix (#7)
Browse files Browse the repository at this point in the history
* fix report bug

* update version
  • Loading branch information
yangmenger authored and AddisonGao committed Oct 29, 2018
1 parent 72f7f89 commit bb7ddc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lyrebird_api_coverage/client/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def check_url_info(self, url, device_ip):

def report_worker(url, device_ip):
update_data = report_handler.check_url_info(url, device_ip)
update_data.update({"reporter": "lyrebird.hunter", "user_info": app_context.user_info})
update_data.update({"action": "api-coverage", "user_info": app_context.user_info})
report(update_data)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-api-coverage',
version='0.2.2',
version='0.2.3',
packages=['lyrebird_api_coverage'],
url='https://github.com/meituan/lyrebird-api-coverage',
author='HBQA',
Expand Down

0 comments on commit bb7ddc9

Please sign in to comment.