Adding missing return

Without the function would be still progressed of course.
This commit is contained in:
Thomas Karl Pietrowski 2016-07-26 18:25:54 +02:00
parent 8597b5c9be
commit 36f4f51804

View file

@ -33,6 +33,7 @@ class SliceInfoThread(Thread):
def run(self):
if not self.url or not self.data:
Logger.log("e", "URL or DATA for sending slice info was not set!")
return
# Submit data
kwoptions = {"data" : self.data,