Skip to content

Commit e901995

Browse files
author
Paul Sokolovsky
committed
webrepl_cli.py: Remove leading dot workaround.
1 parent 1a15c01 commit e901995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrepl_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Define to 1 to use builtin "websocket" module of MicroPython
1212
USE_BUILTIN_WEBSOCKET = 0
1313
# Treat this remote directory as a root for file transfers
14-
SANDBOX = "."
14+
SANDBOX = ""
1515
#SANDBOX = "/tmp/webrepl/"
1616

1717

0 commit comments

Comments
 (0)