소스 검색

Not-so-new new ArchiveBot domain

master
JustAnotherArchivist 1 년 전
부모
커밋
69c718a2b2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      archivebot-jobs

+ 2
- 2
archivebot-jobs 파일 보기

@@ -148,8 +148,8 @@ def fetch(url):
raise RuntimeError('Could not fetch job data')
return json.load(f)

jobdata = fetch('http://dashboard.at.ninjawedding.org/logs/recent?count=1')
pipelinedata = fetch('http://dashboard.at.ninjawedding.org/pipelines')
jobdata = fetch('http://archivebot.com/logs/recent?count=1')
pipelinedata = fetch('http://archivebot.com/pipelines')
currentTime = time.time()

# Process


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