Skip to content

Commit

Permalink
Update TelegramBackup.spec (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStatilko committed Jan 23, 2024
1 parent 5501c7d commit 91eff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinstaller/TelegramBackup.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tools_source = open(TOOLS, encoding='utf-8').read()
# TGBACK without this because it's package
edited_script_source = main_script_source.replace(
'from .tools import', 'from tgback.tools import')
edited_script_source = main_script_source.replace(
edited_script_source = edited_script_source.replace(
'from .version import', 'from tgback.version import')
edited_tools_source = tools_source.replace(
'from .version import', 'from tgback.version import')
Expand Down

0 comments on commit 91eff26

Please sign in to comment.