Skip to content

Commit c6272de

Browse files
committed
erge branch 'main' of github.com:pythonfluente/pythonfluente2e
2 parents c54ede1 + 448928e commit c6272de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

links/FPY.LI.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ RedirectTemp /24-29 https://github.com/lihaoyi/macropy
10721072
RedirectTemp /24-30 https://people.eecs.berkeley.edu/~bh/ss-toc2.html
10731073
# content of short.htaccess file created and managed by short.py
10741074

1075-
# appended: 2025-05-23 15:12:13
1075+
# appended 2025-05-23 15:12:13
10761076
RedirectTemp /22 https://pythonfluente.com/2/#pattern_matching_case_study_sec
10771077
RedirectTemp /23 https://pythonfluente.com/2/#how_slicing_works
10781078
RedirectTemp /24 https://pythonfluente.com/2/#sliceable_sequence

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)