From 2f9a0945bfeee3296cec3d38d094e4c49f9cb65f Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 25 May 2024 20:22:59 -0400 Subject: wip Signed-off-by: Andrew Opalach --- src/portal/tests/test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/portal/tests') diff --git a/src/portal/tests/test.py b/src/portal/tests/test.py index cdf7178..a5139f6 100644 --- a/src/portal/tests/test.py +++ b/src/portal/tests/test.py @@ -3,7 +3,7 @@ import httpx import sys sys.path.append('../py') from base import Method -from post import DateType, PostEncoder +from post import DateType, PostEncoder, Media from modules import ALL_MODULES #ALL_MODULES['instagram'][0].init() @@ -12,6 +12,10 @@ from modules import ALL_MODULES #print(page) #print(json.dumps(page, indent=4, cls=PostEncoder)) +d = Media() +print(d) +sys.exit(1) + #module = ALL_MODULES['fanbox'][0] #module = ALL_MODULES['pixiv_web'][0] module = ALL_MODULES['instagram'][0] -- cgit v1.2.3-101-g0448