Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
d33tah committed Mar 3, 2021
1 parent d05c501 commit 3a19c6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archiwizuj-pady.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
nowe_spotkania = ""
with open("Spotkania.md") as f:
for line in f:
if line.startswith("[") and 'pad.hs-ldz.pl' in line:
if line.startswith("[") and "pad.hs-ldz.pl" in line:
data = line.split("[")[1].split("]")[0]
orig_url = line.split("(")[1].split(")")[0]
url = orig_url.split("?")[0].strip("#")
Expand All @@ -29,10 +29,10 @@
+ data
+ "|"
+ fname
+ "]]<sup>"
+ "]] <sup>("
+ "[pad]("
+ url
+ ")</sup> - "
+ "))</sup> - "
+ opis
+ "\n"
)
Expand Down

0 comments on commit 3a19c6e

Please sign in to comment.