Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorhoj committed Sep 29, 2022
1 parent e748343 commit 8fe2c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def _get_module_desc(module: lectio.Module) -> str:
desc = re.match(r"^(.*?)&", module.url)[1]

if module.extra_info:
desc += "\n\n" + module.extra_info
desc += "\n\n"

# Add extra info if it exists
if module.extra_info:
Expand Down

0 comments on commit 8fe2c5d

Please sign in to comment.