Skip to content

Commit f34c575

Browse files
Rename DvG_dev_Arduino__PyQt_lib.py to DvG_dev_Arduino__pyqt_lib.py
1 parent 345167a commit f34c575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ def queued_write(self, msg_str):
9595
"""Send I/O operation 'write' with argument 'msg_str' to the Arduino via
9696
the worker_send queue and process the queue.
9797
"""
98-
self.worker_send.queued_instruction(self.dev.write, msg_str)
98+
self.worker_send.queued_instruction(self.dev.write, msg_str)

0 commit comments

Comments
 (0)