Skip to content

Commit a5f584a

Browse files
ensure utf-8 encoding on push_to_server
1 parent 0797389 commit a5f584a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygeoapi_config_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
except:
7777
pass
7878

79-
headers = {"accept": "*/*", "Content-Type": "application/json"}
79+
headers = {"accept": "*/*", "Content-Type": "application/json; charset=utf-8"}
8080

8181

8282
class ServerConfigDialog(QDialog, Ui_serverDialog):

0 commit comments

Comments
 (0)