fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2dd4071
)
bugfix
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 21 Aug 2023 11:48:21 +0000
(13:48 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 21 Aug 2023 11:48:21 +0000
(13:48 +0200)
src/depot/publishers/woblink.py
patch
|
blob
|
history
diff --git
a/src/depot/publishers/woblink.py
b/src/depot/publishers/woblink.py
index
cb64a15
..
c8037fa
100644
(file)
--- a/
src/depot/publishers/woblink.py
+++ b/
src/depot/publishers/woblink.py
@@
-267,7
+267,7
@@
class Woblink(BasePublisher):
m = re.search(r'<[^>]+$', parts[0])
if m is not None:
- parts[0] = parts[:-len(m.group(0))]
+ parts[0] = parts[
0][
:-len(m.group(0))]
parts[1] = m.group(0) + parts[1]
opened = []