Merge branch 'master' of TrueAuraCoral/FreeCompetitors into master

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2022-04-03 20:00:48 +00:00 committed by Gogs
commit 3cacd5634d
3 changed files with 2 additions and 2 deletions

BIN
OpenSans-ExtraBold.ttf Normal file

Binary file not shown.

BIN
OpenSans-ExtraBold.woff Normal file

Binary file not shown.

View file

@ -28,7 +28,7 @@ print("""╔═╗┬─┐┌─┐┌─┐╔═╗┌─┐┌┬┐┌─
Copyright (C) 2022 Jeison Yehuda Amihud
Copyright (C) 2022 Jeison Yehuda Amihud and contributors.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
@ -66,7 +66,7 @@ else:
"INFO" : "You would be better off setting address to the full URL of the FreeCompetitors instance.",
"address" : "/",
"port" : 8080,
"css" : "https://zortazert.codeberg.page/style/styles.css"
"css" : "https://zortazert.codeberg.page/style/safety.css"
}""")
newConfig.close
print(bcolors.WARNING + "Please edit the configuration file \"config.json\"." + bcolors.RESET)