summaryrefslogtreecommitdiff
path: root/src/portal/tests
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-05-25 20:22:59 -0400
committerAndrew Opalach <andrew@akon.city> 2024-05-25 20:22:59 -0400
commit2f9a0945bfeee3296cec3d38d094e4c49f9cb65f (patch)
treece80b220accbb44920932b1a2a6ca49ed31752a4 /src/portal/tests
parent90e0930d820972802d1bb2fb27d7dded304483d6 (diff)
downloadcamu-2f9a0945bfeee3296cec3d38d094e4c49f9cb65f.tar.gz
camu-2f9a0945bfeee3296cec3d38d094e4c49f9cb65f.tar.bz2
camu-2f9a0945bfeee3296cec3d38d094e4c49f9cb65f.zip
wip
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal/tests')
-rw-r--r--src/portal/tests/test.py6
1 files changed, 5 insertions, 1 deletions
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]