Skip to content

Commit 72d4dd2

Browse files
committed
Add callback support in code_search
1 parent a5d25f8 commit 72d4dd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Returns the raw data from a code file given the code id which can be found as th
134134

135135
import searchcode as sc
136136

137-
code = sc.code_result(123456)
137+
code = sc.code_result(4061576)
138138
print(code)
139139
```
140140

@@ -150,7 +150,7 @@ Returns an array of results given a searchcode unique code id which are consider
150150

151151
import searchcode as sc
152152

153-
related = sc.related_results(123456)
153+
related = sc.related_results(4061576)
154154
print(related)
155155
```
156156

0 commit comments

Comments
 (0)