Skip to content

Commit

Permalink
auto push
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchenxi95 committed Feb 7, 2018
1 parent 1393b78 commit daed75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http_log_watcher/log_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def run_processing_log_files_of_all_directories(db):

if len(http_log_list) == 0:
continue
print(http_log_list)
# http_data_dict[date_string] = http_log_list
requests.post(get_log_file_uri(mac_address, date_string, request_type), json=http_log_list)
else:
Expand Down

0 comments on commit daed75a

Please sign in to comment.