Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: More complete example growl = gntp.notifier.GrowlNotifier( applicationName = "Transcode APP", notifications = ["New Updates","New Messages"], defaultNotifications = ["New Messages"], hostname = "192.168.1.141", # Defaults to localhost password = "gntp" # Defaults to a blank password ) #growl.register() f=os.environ['BASENAME3'] + " has finished transcoding" # Send one message growl.notify( noteType = […]
↧