Skip to content

Commit

Permalink
Update pycatfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Jan 24, 2025
1 parent 898315a commit 855d443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def get_default_threads():
__use_http_lib__ = "urllib"
__file_format_multi_dict__ = {}
__file_format_default__ = "CatFile"
__program_name__ = "Py".__file_format_default__
__program_name__ = "Py"+__file_format_default__
if os.path.exists(__config_file__) and __use_ini_file__:
config = configparser.ConfigParser()
config.read(__config_file__)
Expand Down

0 comments on commit 855d443

Please sign in to comment.