X-Git-Url: https://git.jacobcasper.com/?p=fflogs.git;a=blobdiff_plain;f=main.py;h=9a695b1f379fe16b44f3fdfb843fe151264b9e2e;hp=cad29b5dcd267104815318f1aabd765e630f964c;hb=d89e6fa60f2f01aba9ef35d01fb3be53259cc712;hpb=95f675c7281e003797c9117338c526dba46adf19 diff --git a/main.py b/main.py index cad29b5..9a695b1 100755 --- a/main.py +++ b/main.py @@ -40,7 +40,7 @@ query = gql( ) params = { "name": f"{name}", - "serverSlug": "{serverSlug}", + "serverSlug": f"{serverSlug}", "serverRegion": "na", } result = client.execute(query, variable_values=params)