- added missing global statement

Mon, 10 Nov 2014 02:42:57 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 10 Nov 2014 02:42:57 +0200
changeset 77
8f45af91a4f3
parent 76
a2fe9ba3041a
child 78
afc0fc2a57e4

- added missing global statement

bt.py file | annotate | diff | comparison | revisions
--- a/bt.py	Mon Nov 10 02:30:31 2014 +0200
+++ b/bt.py	Mon Nov 10 02:42:57 2014 +0200
@@ -59,6 +59,7 @@
 def init():
 	global suds_active
 	global suds_client
+	global btannounce_id
 	
 	try:
 		print 'Initializing MantisBT connection...'

mercurial