bt.py

changeset 83
3dab1fd47d51
parent 78
afc0fc2a57e4
child 84
247f4a927835
equal deleted inserted replaced
82:c6e853703ca8 83:3dab1fd47d51
102 newid = btannounce_id 102 newid = btannounce_id
103 try: 103 try:
104 user, password = credentials() 104 user, password = credentials()
105 newid = suds_client.service.mc_issue_get_biggest_id (user, password, 0) 105 newid = suds_client.service.mc_issue_get_biggest_id (user, password, 0)
106 except Exception as e: 106 except Exception as e:
107 Irc.broadcast ("Error while polling: %s" % e)
107 pass 108 pass
108 109
109 while newid > btannounce_id: 110 while newid > btannounce_id:
110 try: 111 try:
111 btannounce_id += 1 112 btannounce_id += 1

mercurial