Skip to content

Commit

Permalink
fixes volume_view
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 13, 2024
1 parent 59d27ec commit 073cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceurws/volume_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ async def on_check_recently_update_volumes_button_click(self,args):
url=f"/volume/{volume.number}"
text=f"{volume}:{volume.acronym}"
link=self.createLink(url,text)
self.add_msg+=f":{link}"
self.add_msg(f":{link}")
pass
self.wdSync.storeVolumes()
self.progress_bar.reset()
Expand Down

0 comments on commit 073cc9b

Please sign in to comment.