Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/archivo.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivo.py')
-rw-r--r--archivo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivo.py b/archivo.py
index e1c1167..72ce9db 100644
--- a/archivo.py
+++ b/archivo.py
@@ -100,7 +100,7 @@ def guardar_efemeride(path, file_name):
current_text = lines[i][10 : len(lines[i]) - 2]
for j in range(30, len(current_text),30):
- current_text = current_text[:j] + '\n' + current_text[j + 1 :]
+ current_text = current_text[:j] + '\n' + current_text[j:]
current_id = lines[i][0 : 8]
di[current_id] = current_text
file_new = open(path, 'wb')