Skip to content
Snippets Groups Projects
Commit 10bebb88 authored by Matt Traudt's avatar Matt Traudt
Browse files

Coding style

parent 40b238f4
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class RelayPrioritizer:
fn_tstop = Decimal(time.time())
fn_tdelta = (fn_tstop - fn_tstart) * 1000
self.log.info('Spent {0:.3f} msecs calculating relay best priority'.
format(fn_tdelta))
format(fn_tdelta))
# Finally, slowly return the relays to the caller (after removing the
# priority member we polluted the variable with ...)
for relay in relays[0:cutoff]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment