Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jul 23, 2022
1 parent 7d662ca commit a5095c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pygbag/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.1.3"

try:
sched_yield
Expand Down
21 changes: 5 additions & 16 deletions pygbag/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,22 +342,11 @@ def cache_file(remote_url, suffix):
return

elif not args.build:
if 1:
ESC("(0")
CSI("104;93m")
print("l--------------k")
print("x علي x")
print("m--------------j")
CSI("0m")
ESC("(B")

CSI("2;10r")

from . import testserver

testserver.run_code_server(args, CC)
else:
import uasyncio

from . import testserver

testserver.run_code_server(args, CC)

else:
print(
f"""
Expand Down

0 comments on commit a5095c0

Please sign in to comment.