소스 검색

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 파일 보기


불러오는 중...
취소
저장