mirror of https://github.com/dirtbags/moth.git
Look for errors in the right place
This commit is contained in:
parent
4dd0b01f5b
commit
e8138f75b7
|
@ -7,9 +7,9 @@ import os
|
|||
|
||||
from urllib import quote
|
||||
|
||||
from ctf import teams, html
|
||||
from ctf import teams, html, paths
|
||||
|
||||
basedir = '/var/lib/ctf/tanks'
|
||||
basedir = os.path.join(paths.VAR, 'tanks')
|
||||
|
||||
links = '''
|
||||
<h3>Tanks</h3>
|
||||
|
|
Loading…
Reference in New Issue