Skip to content

Commit

Permalink
web: fix user host/ip
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Jul 6, 2023
1 parent b8949d2 commit a529b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ geoip2_proxy = None
# geoip2_licensekey =
# geoip2_proxy = http://u:p@host:port ... optional http proxy, None to disable.

### WEB: #####################################################################
### WEB: #######################################################################
# set host:port for built-in and flask webserver

### ARGS: ######################################################################
Expand Down
2 changes: 1 addition & 1 deletion templates/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tbody>
<tr>
<td>host</td>
<td>{{ u.get('host') }}{% if u.ip %} ({{ u.ip }}){% endif %}{% if u.iso_code %} <span id="bold">{{ u.iso_code }}</span>{% endif %}</td>
<td>{{ user.get('host') }}{% if user.ip %} ({{ user.ip }}){% endif %}{% if user.iso_code %} <span id="bold">{{ user.iso_code }}</span>{% endif %}</td>
</tr>
<tr>
<td>tagline</td>
Expand Down

0 comments on commit a529b76

Please sign in to comment.