particionado

This commit is contained in:
Omar Sánchez Pizarro
2023-10-09 14:13:36 +02:00
parent 927c281631
commit d09c66b125
4711 changed files with 2368269 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!./venv/bin/python3
# encoding: utf-8
#
# Automarcaje para timenet.gpisoftware.com
@@ -11,7 +11,6 @@
#
#
# Creado: Omar Sánchez 04-05-2019
# Importamos App Principal
from app import timenet_manager
@@ -19,3 +18,5 @@ from app import timenet_manager
if __name__ == '__main__':
af = timenet_manager.timenetManager()
af.sendUpdate()