Commit ff29977d by Laura Rodríguez

4 junio

parent 286c0bc5
mport sys
import sys
import random
import time
from matplotlib.pyplot import margins
......@@ -276,7 +276,7 @@ class EyeTrackingApp(QWidget):
self.calibrated = True
QMessageBox.information(self, "Calibración", "Calibración completada con éxito.")
else:
QMessageBox.critical(self, "Error", "La calibración ha fallado.")
QMessageBox.critical(self, "Error", "La calibraciión ha fallado.")
def start_test(self):
# if not self.calibrated:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment