diff --git a/BUGS.md b/BUGS.md index 9d0c87b..cd37541 100644 --- a/BUGS.md +++ b/BUGS.md @@ -1,7 +1,7 @@ # BUGS - +- abortar depois de testar todas as perguntas, caso haja algum erro. - choose: n em perguntas checkbox - se aluno tem teste activo e é allowed uma segunda vez, deve manter o mesmo teste. adicionar opcao para eliminar um teste em curso. - melhorar o botao de autorizar (desliga-se), usar antes um botao? diff --git a/serve.py b/serve.py index 28c6a60..2238540 100755 --- a/serve.py +++ b/serve.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3 # base from os import path -- libgit2 0.21.2