#Get rid of double quotes

3 messages · Page 1 of 1 (latest)

gritty walrus
#

If you're printing it out with the {:?} (Debug) format specifier, that's how Debug represents strings

#

Print it with {} (Display) instead and see if it does the same thing

#

@wanton crane