Commit de99908
committed
minor #1425 Fixed accessing crawler in test example (althaus)
This PR was merged into the 2.x branch.
Discussion
----------
Fixed accessing crawler in test example
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | Fix n/a
| License | MIT
Hey,
I've just copied the test code example and stumbled upon a little type in the code. This PR fixes accessing the crawler through the provided method instead of a non-existing property.
Kind regards
Matthias
Commits
-------
c2ac73f Fixed accessing crawler in test example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
980 | 980 | | |
981 | 981 | | |
982 | 982 | | |
983 | | - | |
| 983 | + | |
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
| |||
0 commit comments