Commit 32311fb1051f62cc334407c85727df13cdd29cf3

Authored by Miguel Barão
1 parent 279c8ac4
Exists in master and in 1 other branch dev

replaced python3.6 by python3.

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
BUGS.md
1 1  
2 2 # BUGS
3 3  
4   -
  4 +- abortar depois de testar todas as perguntas, caso haja algum erro.
5 5 - choose: n em perguntas checkbox
6 6 - se aluno tem teste activo e é allowed uma segunda vez, deve manter o mesmo teste. adicionar opcao para eliminar um teste em curso.
7 7 - melhorar o botao de autorizar (desliga-se), usar antes um botao?
... ...
serve.py
1   -#!/usr/bin/env python3.6
  1 +#!/usr/bin/env python3
2 2  
3 3 # base
4 4 from os import path
... ...