formatting

This commit is contained in:
ein 2022-05-10 21:47:58 -07:00
parent 2ffd0edb3b
commit d196e2746d
3 changed files with 2 additions and 2 deletions

0
app/bot.py Executable file → Normal file
View File

View File

@ -42,7 +42,7 @@ class ServerUtils(commands.Cog):
import core_utils
if "webp" in url:
url = url.replace("webp", "png").split('?')[0]
url = url.replace("webp", "png").split("?")[0]
emoji_staging = "/tmp/emoji"
try:

View File

@ -6,7 +6,7 @@ replicaCount: 1
image:
# Overrides the image tag whose default is the chart appVersion.
tag: "192"
tag: "193"
repository: ldooks/dragon-bot
pullPolicy: IfNotPresent