diff --git a/bemani/client/jubeat/clan.py b/bemani/client/jubeat/clan.py index 80b84bc..8629374 100644 --- a/bemani/client/jubeat/clan.py +++ b/bemani/client/jubeat/clan.py @@ -8,7 +8,7 @@ from bemani.protocol import Node class JubeatClanClient(BaseClient): - NAME = 'TEST' + NAME = 'TEST' def verify_shopinfo_regist(self) -> None: call = self.call_node() diff --git a/bemani/client/jubeat/prop.py b/bemani/client/jubeat/prop.py index 2bb92b4..8febec3 100644 --- a/bemani/client/jubeat/prop.py +++ b/bemani/client/jubeat/prop.py @@ -8,7 +8,7 @@ from bemani.protocol import Node class JubeatPropClient(BaseClient): - NAME = 'TEST' + NAME = 'TEST' def verify_shopinfo_regist(self) -> None: call = self.call_node() diff --git a/bemani/client/jubeat/qubell.py b/bemani/client/jubeat/qubell.py index 7a0e27c..3039d0f 100644 --- a/bemani/client/jubeat/qubell.py +++ b/bemani/client/jubeat/qubell.py @@ -8,7 +8,7 @@ from bemani.protocol import Node class JubeatQubellClient(BaseClient): - NAME = 'TEST' + NAME = 'TEST' def verify_shopinfo_regist(self) -> None: call = self.call_node() diff --git a/bemani/client/jubeat/saucer.py b/bemani/client/jubeat/saucer.py index 028e10b..7ca6b10 100644 --- a/bemani/client/jubeat/saucer.py +++ b/bemani/client/jubeat/saucer.py @@ -7,7 +7,7 @@ from bemani.protocol import Node class JubeatSaucerClient(BaseClient): - NAME = 'TEST' + NAME = 'TEST' def verify_shopinfo_regist(self) -> None: call = self.call_node() diff --git a/bemani/client/jubeat/saucerfulfill.py b/bemani/client/jubeat/saucerfulfill.py index f62a73f..737e0d3 100644 --- a/bemani/client/jubeat/saucerfulfill.py +++ b/bemani/client/jubeat/saucerfulfill.py @@ -7,7 +7,7 @@ from bemani.protocol import Node class JubeatSaucerFulfillClient(BaseClient): - NAME = 'TEST' + NAME = 'TEST' def verify_shopinfo_regist(self) -> None: call = self.call_node()