Skip to content

Commit a1de040

Browse files
committed
Merge pull request #36 from mcgeeco/fix-error-in-readme-sample-script
DOC: Fixes error in sample script provided in 'Getting started' section
2 parents c99e241 + 01d99ef commit a1de040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)