From 50ba0b71be150857bdd95ec20f87146a0c5ac9a8 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 18 Aug 2013 14:53:33 -0400 Subject: [PATCH] Remove those pesky epochs. --- xonstat/templates/player_hashkey_info_text.mako | 2 -- 1 file changed, 2 deletions(-) diff --git a/xonstat/templates/player_hashkey_info_text.mako b/xonstat/templates/player_hashkey_info_text.mako index a44629e..7bbd0ee 100644 --- a/xonstat/templates/player_hashkey_info_text.mako +++ b/xonstat/templates/player_hashkey_info_text.mako @@ -5,9 +5,7 @@ S ${request.route_url('player_info', id=player.player_id)} P ${hashkey} n ${player.nick} i ${player.player_id} -e joined ${player_joined} e joined_dt ${player_joined_dt} -e last_seen ${most_recent_game.epoch} e last_seen_dt ${most_recent_game.start_dt} % if player.active_ind == True: e active-ind 1 -- 2.39.2