Skip to content

Commit

Permalink
Fix timestampTrade.py
Browse files Browse the repository at this point in the history
Closes #267
  • Loading branch information
DogmaDragon authored Mar 27, 2024
1 parent 3133ab8 commit a94a4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/timestampTrade/timestampTrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a94a4ff

Please sign in to comment.