diff --git a/.back/create_public_branch.py b/.back/create_public_branch.py index 0f54e4d..844b960 100755 --- a/.back/create_public_branch.py +++ b/.back/create_public_branch.py @@ -54,6 +54,13 @@ def modify_speed_go(filepath): """ content = read_file(filepath) + content = re.sub( + r'\n\s*"time"\s*\n', + '\n', + content, + flags=re.MULTILINE + ) + content = re.sub( r'\n\s*"github\.com/oneclickvirt/privatespeedtest/pst"\s*\n', '\n',