Removing erroneous import from async_status
This commit is contained in:
parent
204e83aeed
commit
2aad8bd882
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ def main():
|
||||||
data = None
|
data = None
|
||||||
try:
|
try:
|
||||||
data = file(log_path).read()
|
data = file(log_path).read()
|
||||||
import q; q(data)
|
|
||||||
data = json.loads(data)
|
data = json.loads(data)
|
||||||
except Exception:
|
except Exception:
|
||||||
if not data:
|
if not data:
|
||||||
|
|
Loading…
Reference in a new issue