Sat, 14 Jun 2014 16:13:16 +0300
- 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