diff --git a/dist/Ragnar-1.3.37-py3-none-any.whl b/dist/Ragnar-1.3.37-py3-none-any.whl index 2de39b9..cc6759e 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 5e5f79d..25c41e6 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 ebd0fbe..38f9f70 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -35,7 +35,7 @@ class Bot: "landscape", "cyber", "recover", - "trust" + "trust", ] 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 5954eb3..cba52cd 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 1bdf03b..e2e2c4d 100644 Binary files a/src/ragnar/tests/__pycache__/bot.cpython-310.pyc and b/src/ragnar/tests/__pycache__/bot.cpython-310.pyc differ