diff --git a/dist/Ragnar-1.3.37-py3-none-any.whl b/dist/Ragnar-1.3.37-py3-none-any.whl index 42f9d19..f4d6ad7 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 d1e9993..0428d80 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 c5be4e2..115631e 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -6,6 +6,7 @@ import re from ragnar import log import json + class Bot: def __init__(self, username, password): diff --git a/src/ragnar/tests/__pycache__/__init__.cpython-310.pyc b/src/ragnar/tests/__pycache__/__init__.cpython-310.pyc index d38f078..603ed25 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 fea1c40..c4ae69c 100644 Binary files a/src/ragnar/tests/__pycache__/bot.cpython-310.pyc and b/src/ragnar/tests/__pycache__/bot.cpython-310.pyc differ