mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-29 03:34:49 -05:00
Fix timestampTrade.py
Closes https://github.com/stashapp/CommunityScripts/issues/267
This commit is contained in:
@@ -24,7 +24,7 @@ def processScene(s):
|
||||
log.debug("scene has skip sync tag")
|
||||
return
|
||||
log.debug("looking up markers for stash id: " + sid["stash_id"])
|
||||
res = request_s.post(
|
||||
res = request_s.get(
|
||||
"https://timestamp.trade/get-markers/" + sid["stash_id"], json=s
|
||||
)
|
||||
md = res.json()
|
||||
|
||||
Reference in New Issue
Block a user