We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fe09e commit 7f866daCopy full SHA for 7f866da
plugins/timestampTrade/timestampTrade.py
@@ -712,7 +712,7 @@ def submitScene(query):
712
)
713
s.pop("id")
714
log.debug(s)
715
- # request_s.post("https://timestamp.trade/submit-stash", json=s)
+ request_s.post("https://timestamp.trade/submit-stash", json=s)
716
i = i + 1
717
log.progress((i / count))
718
time.sleep(0.5)
plugins/timestampTrade/timestampTrade.yml
@@ -109,4 +109,3 @@ tasks:
109
description: scan for funscript files to be matched and submitted
110
defaultArgs:
111
mode: indexFunscripts
112
-
0 commit comments