Spaces:
Running
Running
Update server/resource.py
Browse files- server/resource.py +1 -1
server/resource.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# -*- coding: utf-8 -*-
|
3 |
import requests
|
4 |
from .utils import headers
|
5 |
-
|
6 |
|
7 |
class Resource:
|
8 |
def __init__(self, url: str):
|
|
|
2 |
# -*- coding: utf-8 -*-
|
3 |
import requests
|
4 |
from .utils import headers
|
5 |
+
from .utils import subscribe_data_decoded
|
6 |
|
7 |
class Resource:
|
8 |
def __init__(self, url: str):
|