diff --git a/dist/Ragnar-1.3.37-py3-none-any.whl b/dist/Ragnar-1.3.37-py3-none-any.whl index f034422..6d69d8a 100644 Binary files a/dist/Ragnar-1.3.37-py3-none-any.whl and b/dist/Ragnar-1.3.37-py3-none-any.whl differ diff --git a/dist/ragnar-1.3.37.tar.gz b/dist/ragnar-1.3.37.tar.gz index 49dc43c..f0b11b3 100644 Binary files a/dist/ragnar-1.3.37.tar.gz and b/dist/ragnar-1.3.37.tar.gz differ diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index c691572..51f6431 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -42,8 +42,7 @@ class Bot: "bitcoin", "wizard", "diamond", - "carat," - "carats" + "carat," "carats", ] self.api = Api(username=self.username, password=self.password) diff --git a/src/ragnar/tests/__pycache__/__init__.cpython-310.pyc b/src/ragnar/tests/__pycache__/__init__.cpython-310.pyc index ff348b4..91e7019 100644 Binary files a/src/ragnar/tests/__pycache__/__init__.cpython-310.pyc and b/src/ragnar/tests/__pycache__/__init__.cpython-310.pyc differ diff --git a/src/ragnar/tests/__pycache__/bot.cpython-310.pyc b/src/ragnar/tests/__pycache__/bot.cpython-310.pyc index d6e4e63..7476bb5 100644 Binary files a/src/ragnar/tests/__pycache__/bot.cpython-310.pyc and b/src/ragnar/tests/__pycache__/bot.cpython-310.pyc differ