[bumblebee-status] fix double "version" line
This commit is contained in:
parent
55121c86d4
commit
a13898cbae
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# really basic errors -> make sure these are shown in the status bar by minimal config
|
# really basic errors -> make sure these are shown in the status bar by minimal config
|
||||||
sys.stdout.write('{"version":1}\n[\n')
|
|
||||||
while True:
|
while True:
|
||||||
sys.stdout.write(
|
sys.stdout.write(
|
||||||
json.dumps(
|
json.dumps(
|
||||||
|
|
Loading…
Reference in a new issue