Skip to content

Commit af33ab0

Browse files
committed
Fixed code update bug
1 parent 95b8598 commit af33ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servercom/implementations/circuitpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def code_update(self, reset=True) -> bool:
452452
a2b_base64(
453453
resp_json['code']
454454
),
455-
reset=reset
455+
do_reset=reset
456456
)
457457
if self.v:
458458
print("code.py replaced!")

0 commit comments

Comments
 (0)