@@ -12,5 +12,5 @@ class Api:
if __name__ == '__main__':
api = Api()
- window = webview.create_window('中义NFC读写器', url='helloworld.html', js_api=api)
+ window = webview.create_window('邦德威', url='helloworld.html', js_api=api)
webview.start(debug=True)