From daed75af0cecd66af3ceabdd21113875ddc302b3 Mon Sep 17 00:00:00 2001 From: ChenxiYuan Date: Wed, 7 Feb 2018 17:19:47 -0500 Subject: [PATCH] auto push --- http_log_watcher/log_watcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/http_log_watcher/log_watcher.py b/http_log_watcher/log_watcher.py index 7217922..eda7e31 100644 --- a/http_log_watcher/log_watcher.py +++ b/http_log_watcher/log_watcher.py @@ -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: