Fix timestampTrade.py

Closes https://github.com/stashapp/CommunityScripts/issues/267
This commit is contained in:
DogmaDragon
2024-03-27 09:51:40 +02:00
committed by GitHub
parent 3133ab8136
commit a94a4fff65

View File

@@ -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()