diff --git a/afficheStats.py b/afficheStats.py index e2a815f..9c20921 100644 --- a/afficheStats.py +++ b/afficheStats.py @@ -1,3 +1,3 @@ from traitement import traitement def afficheStats(joueur): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file diff --git a/main.py b/main.py index d06b002..07c051c 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,3 @@ from traitement import traitement def main(): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file diff --git a/manque.py b/manque.py index 5d8c5fc..5393282 100644 --- a/manque.py +++ b/manque.py @@ -1,3 +1,3 @@ from traitement import traitement def manque(joueur): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file diff --git a/points.py b/points.py index f7d4b03..929a3d6 100644 --- a/points.py +++ b/points.py @@ -1,3 +1,3 @@ from traitement import traitement def points(x, y): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file diff --git a/totalPoints.py b/totalPoints.py index b9f0978..c931c40 100644 --- a/totalPoints.py +++ b/totalPoints.py @@ -1,3 +1,3 @@ from traitement import traitement def totalPoints(joueur): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file