Skip to content

Commit 7f866da

Browse files
TweeticoatsTweeticoats
authored andcommitted
Formatting
1 parent f1fe09e commit 7f866da

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/timestampTrade/timestampTrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def submitScene(query):
712712
)
713713
s.pop("id")
714714
log.debug(s)
715-
# request_s.post("https://timestamp.trade/submit-stash", json=s)
715+
request_s.post("https://timestamp.trade/submit-stash", json=s)
716716
i = i + 1
717717
log.progress((i / count))
718718
time.sleep(0.5)

plugins/timestampTrade/timestampTrade.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,3 @@ tasks:
109109
description: scan for funscript files to be matched and submitted
110110
defaultArgs:
111111
mode: indexFunscripts
112-

0 commit comments

Comments
 (0)