MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / resendMsg

Function resendMsg

src/class_singleCleaner.py:167–174  ·  view source on GitHub ↗
(ackdata)

Source from the content-addressed store, hash-verified

165 queues.workerQueue.put(('sendmessage', ''))
166
167def resendMsg(ackdata):
168 logger.debug('It has been a long time and we haven\'t heard an acknowledgement to our msg. Sending again.')
169 sqlExecute(
170 '''UPDATE sent SET status='msgqueued' WHERE ackdata=?''',
171 ackdata)
172 queues.workerQueue.put(('sendmessage', ''))
173 queues.UISignalQueue.put((
174 'updateStatusBar', 'Doing work necessary to again attempt to deliver a message...'))

Callers 1

runMethod · 0.85

Calls 2

sqlExecuteFunction · 0.85
putMethod · 0.80

Tested by

no test coverage detected