Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
copyvios
espelhamento de
https://github.com/earwig/copyvios
Observar
1
Favorito
1
Fork
0
Código
Versões
0
Atividade
Ver código fonte
time_since_update when no updates have occured should not be zero!
pull/24/head
Ben Kurtovic
12 anos atrás
pai
744c1f0507
commit
314663a5e2
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
pages/copyvios.mako
+ 1
- 1
pages/copyvios.mako
Ver arquivo
@@ -135,7 +135,7 @@
try:
time_since_update = int(time() - cursor.fetchall()[0][0])
except IndexError:
time_since_update =
0
time_since_update =
time()
if time_since_update > max_staleness:
update_sites(bot.wiki.get_site(), cursor)
cursor.execute(query2)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar