Indentation

main
Bob Mottram 2025-10-06 13:54:29 +01:00
parent 56f817bc71
commit 6533924ea3
1 changed files with 3 additions and 2 deletions

View File

@ -3421,8 +3421,9 @@ def run_inbox_queue(server,
session_i2p and proxy_type != 'i2p'): session_i2p and proxy_type != 'i2p'):
curr_session = session_i2p curr_session = session_i2p
if debug and queue_json.get('actor'): if debug:
print('Obtaining public key for actor ' + queue_json['actor']) print('Obtaining public key for actor ' +
queue_json['actor'])
fitness_performance(inbox_start_time, server.fitness, fitness_performance(inbox_start_time, server.fitness,
'INBOX', 'start_get_pubkey', debug) 'INBOX', 'start_get_pubkey', debug)