Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archivo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivo.py b/archivo.py
index b088ad4..2e764f9 100644
--- a/archivo.py
+++ b/archivo.py
@@ -223,7 +223,7 @@ def dict_meses(path, fecha, opcion=0):
if not fecha in datos[indice]:
datos[indice].append(fecha)
else:
- _log.debug('THE FILE LISTA_DIAS DID NOT EXISTS')
+ _log.debug('THE FILE LISTA_DIAS DID NOT EXIST')
f = open(path, 'wb')
datos = {}
datos[indice] = []