Skip to content

Commit 03ebf95

Browse files
committed
remove logs file tracking
1 parent 1bc37b2 commit 03ebf95

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,6 @@ dmypy.json
129129
.pyre/
130130
token.txt
131131
.idea/
132+
logs/
132133
**/logs/
134+
**/log.txt

examples/advanced/mini-program-bot.py

Whitespace-only changes.

examples/ding-dong-bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async def on_message(msg: Message):
3939
await msg.say(file_box)
4040

4141

42-
async def on_scan(qrcode: str, status: int):
42+
async def on_scan(qrcode: str, status: int, data):
4343
"""
4444
Scan Handler for the Bot
4545
"""

0 commit comments

Comments
 (0)