X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client.py;h=743d2a981c1aa3ee191d7275c8c6a6312a231cfc;hb=d7ef942b11fcd51bd82c9ffb5f133d9202a73804;hp=7e9f18e9f50cb2f74c37ac1f6a8dd92473c22522;hpb=31831b9e6147a89b20a97a52f4fe5e01acc283d0;p=plomrogue2-experiments diff --git a/client.py b/client.py index 7e9f18e..743d2a9 100755 --- a/client.py +++ b/client.py @@ -190,11 +190,11 @@ class UrwidSetup: mapdraw_command('POSITION ', 'update_position') or mapdraw_command('MAP_SIZE ', 'update_map_size')) except ArgumentError as e: - self.widget1.set_text('BAD ARGUMENT: ' + msg + '\n' + + self.widget1.set_text('ARGUMENT ERROR: ' + msg + '\n' + str(e)) else: if not found_command: - self.widget1.set_text('UNKNOWN COMMAND: ' + msg) + self.widget1.set_text('UNHANDLED INPUT: ' + msg) del self.message_container[0] def recv_loop(self):