|
@@ -495,7 +495,7 @@ def main():
|
|
'\t\t'.join(map(str, item))
|
|
'\t\t'.join(map(str, item))
|
|
for item in new_settings.items()
|
|
for item in new_settings.items()
|
|
) + '\n\n'
|
|
) + '\n\n'
|
|
- 'Do you want to store them?\t\t\t\t\t\t',
|
|
|
|
|
|
+ 'Do you want to store them?\t\t\t\t',
|
|
timeout=3
|
|
timeout=3
|
|
)
|
|
)
|
|
if answer:
|
|
if answer:
|