Explorar el Código

Rename to avoid conflicts.

pull/24/head
Ben Kurtovic hace 11 años
padre
commit
8f431be3bf
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pages/earwigbot.mako
  2. +0
    -0
      toolserver/eb_inter.py

+ 1
- 1
pages/earwigbot.mako Ver fichero

@@ -1,5 +1,5 @@
<%include file="/support/header.mako" args="environ=environ, cookies=cookies, title='EarwigBot Status'"/>\
<%namespace module="toolserver.earwigbot" import="collect_status_info"/>\
<%namespace module="toolserver.eb_inter" import="collect_status_info"/>\
<%def name="get_status()" filter="trim">
<% status, since, uptime, host = collect_status_info() %>
${"has been" if status == "online" else "is"} <span class="${status}">${status}</span>


toolserver/earwigbot.py → toolserver/eb_inter.py Ver fichero


Cargando…
Cancelar
Guardar