From 7f866dada0cb169331c147bbfa66339039004a69 Mon Sep 17 00:00:00 2001 From: Tweeticoats Date: Tue, 24 Sep 2024 22:38:28 +0930 Subject: [PATCH] Formatting --- plugins/timestampTrade/timestampTrade.py | 2 +- plugins/timestampTrade/timestampTrade.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/timestampTrade/timestampTrade.py b/plugins/timestampTrade/timestampTrade.py index 2ecf7e4..005eec0 100644 --- a/plugins/timestampTrade/timestampTrade.py +++ b/plugins/timestampTrade/timestampTrade.py @@ -712,7 +712,7 @@ def submitScene(query): ) s.pop("id") log.debug(s) - # request_s.post("https://timestamp.trade/submit-stash", json=s) + request_s.post("https://timestamp.trade/submit-stash", json=s) i = i + 1 log.progress((i / count)) time.sleep(0.5) diff --git a/plugins/timestampTrade/timestampTrade.yml b/plugins/timestampTrade/timestampTrade.yml index 997c092..3760fc0 100644 --- a/plugins/timestampTrade/timestampTrade.yml +++ b/plugins/timestampTrade/timestampTrade.yml @@ -109,4 +109,3 @@ tasks: description: scan for funscript files to be matched and submitted defaultArgs: mode: indexFunscripts -