Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 80ab8b8

Browse files
committedOct 27, 2022
Remove debugging
1 parent 870d7a5 commit 80ab8b8

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed
 

‎cod_api/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"
22

33
# Imports
44
import asyncio
@@ -198,7 +198,6 @@ async def __sendRequest(self, url: str):
198198
if type(respond) != Exception:
199199
if respond.status_code == 200:
200200
data = respond.json()
201-
print(data)
202201
if data['status'] == 'success':
203202
data = self.__mapping(data['data'])
204203
# delete scope data

‎dist/cod_api-1.0.3.tar.gz

-25.2 KB
Binary file not shown.
Binary file not shown.

‎dist/cod_api-1.0.4.tar.gz

25.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)
This repository has been archived.