Skip to content

Commit 448928e

Browse files
authored
Update shortener.py
1 parent 8dce40e commit 448928e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

links/shortener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def main():
165165
path_url = shorten_one(url, path_gen, redirects, targets)
166166
path_urls.append(path_url)
167167
path, url, new = path_url
168-
flag = '*' if new else ' '
168+
flag = '+' if new else '='
169169
print(f'{flag} /{path}\t{url}')
170170

171171
with open(htaccess_path, 'a') as f:

0 commit comments

Comments
 (0)