Modules: global dusting: call getJSON instead of making raw calls to urllib
This commit is contained in:
parent
66ec7cb7ca
commit
d14fec4cec
14 changed files with 118 additions and 116 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
"""Looking for books"""
|
||||
|
||||
import urllib.request
|
||||
import urllib
|
||||
|
||||
from hooks import hook
|
||||
from tools import web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue