Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit bb802b9

Browse files
author
ohitstom
committed
(test): invalid startbyte testing
1 parent b65f316 commit bb802b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def replace_config_line(file_name, line_num, text, encoding): # replace_config_
3636
out.writelines(lines)
3737

3838

39-
def find_config_data(entry, replacement=None, config=f"{globals.spice_config}\\config-xpui.ini", encoding="utf-8", splitchar=" = "): # find_config_data("extensions") <- Example usage | Optional var: "replacement" [Used for set_config_entry].
39+
def find_config_data(entry, replacement=None, config=f"{globals.spice_config}\\config-xpui.ini", encoding="utf-16", splitchar=" = "): # find_config_data("extensions") <- Example usage | Optional var: "replacement" [Used for set_config_entry].
4040
'''
4141
Finds a config entry and returns the data of it
4242

0 commit comments

Comments
 (0)