- don't need that '- 1' anymore

Sat, 14 Jun 2014 16:13:16 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sat, 14 Jun 2014 16:13:16 +0300
changeset 13
4da122a2f79f
parent 12
e843c08ee51e
child 14
558379fd6d6a

- don't need that '- 1' anymore

cobalt.py file | annotate | diff | comparison | revisions
--- a/cobalt.py	Sat Jun 14 16:05:15 2014 +0300
+++ b/cobalt.py	Sat Jun 14 16:13:16 2014 +0300
@@ -88,7 +88,7 @@
 
 if suds_active:
 	try:
-		btannounce_id = suds_client.service.mc_issue_get_biggest_id (g_config['trackeruser'], g_config ['trackerpassword'], 0) - 1
+		btannounce_id = suds_client.service.mc_issue_get_biggest_id (g_config['trackeruser'], g_config ['trackerpassword'], 0)
 		btannounce_active = True
 		bt_updatechecktimeout()
 		print "Latest ticket on tracker: %d" % btannounce_id

mercurial