mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-31 15:59:28 +00:00
test: Fix lint
This commit is contained in:
parent
af876fa166
commit
7735c9733a
1 changed files with 0 additions and 2 deletions
|
@ -379,7 +379,6 @@ class HttpHandler(BaseHTTPRequestHandler):
|
|||
swap_client = self.server.swap_client
|
||||
swap_client.checkSystemStatus()
|
||||
summary = swap_client.getSummary()
|
||||
|
||||
template = env.get_template('index.html')
|
||||
return self.render_template(template, {
|
||||
'refresh': 30,
|
||||
|
@ -387,7 +386,6 @@ class HttpHandler(BaseHTTPRequestHandler):
|
|||
'use_tor_proxy': swap_client.use_tor_proxy
|
||||
})
|
||||
|
||||
|
||||
def page_404(self, url_split):
|
||||
swap_client = self.server.swap_client
|
||||
summary = swap_client.getSummary()
|
||||
|
|
Loading…
Reference in a new issue