Browse Source

use events PROPERLY

David 9 năm trước cách đây
mục cha
commit
a8b0e270be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      parser.py

+ 1 - 1
parser.py

@@ -108,7 +108,7 @@ def news_worker(source, kw, d, q):
 
 # TODO influx start
 
-post_data('event', {}, 'start')
+post_data('event', {}, '"start"')
 start = time()
 sources = db().sources()
 db().purge_error()