From 9b2c98d60d252816b910a9ecb784d78632369d84 Mon Sep 17 00:00:00 2001 From: ein Date: Tue, 10 May 2022 21:47:58 -0700 Subject: [PATCH] formatting --- app/bot.py | 0 app/cogs/server_utils.py | 2 +- helm/values.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 app/bot.py diff --git a/app/bot.py b/app/bot.py old mode 100755 new mode 100644 diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index 746add0f..f8f10c48 100644 --- a/app/cogs/server_utils.py +++ b/app/cogs/server_utils.py @@ -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: diff --git a/helm/values.yaml b/helm/values.yaml index 71749218..4cee436d 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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