aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'arthur/bot.py')
-rw-r--r--arthur/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/bot.py b/arthur/bot.py
index 59ec6f9..24d7546 100644
--- a/arthur/bot.py
+++ b/arthur/bot.py
@@ -41,7 +41,7 @@ class KingArthur(Bot):
if Path("~/.kube/config").exists():
await config.load_kube_config()
else:
- await config.load_incluster_config()
+ config.load_incluster_config()
logger.info(f"Logged in <red>{self.user}</>")