diff options
| author | 2023-08-09 14:36:37 +0800 | |
|---|---|---|
| committer | 2023-08-09 14:36:37 +0800 | |
| commit | 85ec2f7dc55a672b07272a50f11eb86460f38671 (patch) | |
| tree | 8517989c8cc6444df8ae7ae50802a3b81766b01f /tests/main.py | |
| parent | 642a278b1e2cc11fee587b933413a30c057753c1 (diff) | |
| download | HydroRoll-85ec2f7dc55a672b07272a50f11eb86460f38671.tar.gz HydroRoll-85ec2f7dc55a672b07272a50f11eb86460f38671.zip | |
feat:all
Diffstat (limited to 'tests/main.py')
| -rw-r--r-- | tests/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.py b/tests/main.py index da054c4..93f67f2 100644 --- a/tests/main.py +++ b/tests/main.py @@ -1,4 +1,4 @@ -from hydroroll import Bot +from HydroRoll import Bot bot = Bot(hot_reload=True) |
