Remove trailing semicolon in __init__.py
This commit is contained in:
parent
12b4015457
commit
9ca1f87d79
|
@ -1284,7 +1284,7 @@ class MyForm(QtGui.QMainWindow):
|
||||||
def notifierShow(self, title, subtitle, fromCategory, label):
|
def notifierShow(self, title, subtitle, fromCategory, label):
|
||||||
global withMessagingMenu
|
global withMessagingMenu
|
||||||
|
|
||||||
self.playSound(fromCategory, label);
|
self.playSound(fromCategory, label)
|
||||||
|
|
||||||
if withMessagingMenu:
|
if withMessagingMenu:
|
||||||
n = Notify.Notification.new(
|
n = Notify.Notification.new(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user