Преглед изворни кода

Rename to avoid conflicts.

pull/24/head
Ben Kurtovic пре 11 година
родитељ
комит
8f431be3bf
2 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      pages/earwigbot.mako
  2. +0
    -0
      toolserver/eb_inter.py

+ 1
- 1
pages/earwigbot.mako Прегледај датотеку

@@ -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 Прегледај датотеку


Loading…
Откажи
Сачувај