mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
fix: missing ] on show_url
This commit is contained in:
parent
7657c18f7d
commit
a42a01299b
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class Konawall(wx.adv.TaskBarIcon):
|
||||||
|
|
||||||
def open_url(self, evt=None):
|
def open_url(self, evt=None):
|
||||||
for post in self.current:
|
for post in self.current:
|
||||||
subprocess.call(["xdg-open", post["show_url"])
|
subprocess.call(["xdg-open", post["show_url"]])
|
||||||
|
|
||||||
def open_log(self, evt=None):
|
def open_log(self, evt=None):
|
||||||
subprocess.call(["xdg-open", self.log_path])
|
subprocess.call(["xdg-open", self.log_path])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue