diff options
Diffstat (limited to 'tools/wasptool')
| -rwxr-xr-x | tools/wasptool | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/wasptool b/tools/wasptool index 822ada9..62ebaa5 100755 --- a/tools/wasptool +++ b/tools/wasptool @@ -129,10 +129,6 @@ if __name__ == '__main__': time.sleep(0.5) sync(console) - if args.console: - console.close() - os.execl(pynus, pynus) - if args.eval: handle_eval(console, args.eval) @@ -145,4 +141,8 @@ if __name__ == '__main__': if args.rtc: handle_rtc(console) + if args.console: + console.close() + os.execl(pynus, pynus) + unsync(console) |
