瀏覽代碼

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…
取消
儲存