mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
minor syntax nitpick
svn:r12225
This commit is contained in:
parent
a92b2083d2
commit
19f2418923
@ -5,7 +5,7 @@ require "yaml"
|
||||
require 'db'
|
||||
require 'db-config'
|
||||
|
||||
def do_update verbose
|
||||
def do_update(verbose)
|
||||
now = "TIMESTAMP '" + $db.query_row("SELECT max(last_seen) AS max FROM router_claims_nickname")['max'].to_s + "'"
|
||||
|
||||
denamed = $db.do("
|
||||
|
Loading…
Reference in New Issue
Block a user