Skip to content

Commit 506909a

Browse files
author
zat
committed
add git ignore
1 parent 5a07615 commit 506909a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode

src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def __init__(self):
2121

2222
def on_callback_test(self, topic, data):
2323
print("message receive : ", topic, data)
24+
print("a")
2425

2526
def run(self):
2627

0 commit comments

Comments
 (0)