This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Added support for earlier versions of python

David Greeson requested to merge syntax-error into master

Created by: HighSaltLevels

What/Why

The version of python that I'm running on my server does not yet support f strings. So I've changed it to just use simple string concatenation to give backwards compatibility.

Merge request reports