Skip to content

Commit 01d99ef

Browse files
author
Conor McGee
committed
DOC: Fixes error in sample script provided in 'Getting started' section
set_trace is directly imported by qdb.set_traced was used in the main() function.
1 parent c99e241 commit 01d99ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def f():
6565

6666

6767
def main():
68-
qdb.set_trace(
68+
set_trace(
6969
uuid='qdb',
7070
host='localhost',
7171
port=8001,

0 commit comments

Comments
 (0)