Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/archivo.py
diff options
context:
space:
mode:
authoryaderv <yajosev@gmail.com>2011-02-26 17:37:12 (GMT)
committer yaderv <yajosev@gmail.com>2011-02-26 17:37:12 (GMT)
commit3b9a3e596f1d58f1c9089a104515740de6b6a054 (patch)
tree6e5522da71757ec594c94052e9d6aec85ebdf945 /archivo.py
parent19fff6faa5cd41bfdb141b7317856ffddb375bb5 (diff)
nuevo ancho efemerides
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')