brentgordon146
2020-3-5 15:33:28

@sorawee The problem I was having was that search-safebooru was returning the same post every time the function was run I realized because the variables I was using were declared outside the function


brentgordon146
2020-3-5 15:34:13

Someone in another forum explained to me that any variable declared outside a function is considered a constant


sorawee
2020-3-5 17:01:09

Oh, I thought that the problem that you had is that it’s not run at the desired time (https://racket.slack.com/archives/C09L257PY/p1583028667033200). What you said is a different issue.