Skip to content
Snippets Groups Projects
Commit a0339fb0 authored by Nils Breyer's avatar Nils Breyer
Browse files

fix

parent 93eb8d59
No related branches found
No related tags found
No related merge requests found
......@@ -434,7 +434,7 @@ class StreamCrawler(Crawler):
self.log_warning("Output version change detected. Incoming events will be written to new csv file.")
self.fileid = self.latest_fileid() + 1
if "sseurl" in status and not status["sseurl"] == None:
if "sseurl" in status and not status["sseurl"] is None:
def reconnect():
self.client = self._reconnect_sse(status["sseurl"], status["lasteventid"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment