Skip to content
Snippets Groups Projects
Commit 7550505e authored by Millian Poquet's avatar Millian Poquet
Browse files

code: add group types

parent e2a05ac1
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ from . import fetch ...@@ -12,7 +12,7 @@ from . import fetch
ROOM_RE = re.compile(r'^(?:FSI|F2SMH) / (.*)$') ROOM_RE = re.compile(r'^(?:FSI|F2SMH) / (.*)$')
COURSE_TYPE_RE = re.compile(r'COURS|COURS/TD|TD|TP|CONTROLE CONTINU|CONTROLE PARTIEL|EXAMEN|Controle de Substitution|CONSULTATION DE COPIES') COURSE_TYPE_RE = re.compile(r'COURS|COURS/TD|TD|TP|CONTROLE CONTINU|CONTROLE PARTIEL|EXAMEN|Controle de Substitution|CONSULTATION DE COPIES')
STUDENT_GROUP_RE = re.compile(r'K?IN[A-Z0-9]+') STUDENT_GROUP_RE = re.compile(r'K?IN[A-Z0-9]+|4UPR8[A-Z0-9]+')
class CelcatEvents: class CelcatEvents:
def __init__(self, celcat_raw_response): def __init__(self, celcat_raw_response):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment