|
|
|
@ -2,8 +2,8 @@ import json |
|
|
|
from urllib.parse import urlencode |
|
|
|
from urllib.request import urlopen |
|
|
|
|
|
|
|
from ctabus.internal.disk_cache import disk_cache |
|
|
|
from ctabus.internal.config import API_KEY as api |
|
|
|
from ctabus.internal.disk_cache import disk_cache |
|
|
|
|
|
|
|
|
|
|
|
def get_data(type, api_key=api, timeout=None, **args): |
|
|
|
|