|
@@ -111,7 +111,7 @@ def check_config_validity(config):
|
|
settings.save_comments = config.get('pyinstalive', 'save_comments').title()
|
|
settings.save_comments = config.get('pyinstalive', 'save_comments').title()
|
|
wide_build = sys.maxunicode > 65536
|
|
wide_build = sys.maxunicode > 65536
|
|
if sys.version.split(' ')[0].startswith('2') and settings.save_comments == "True" and not wide_build:
|
|
if sys.version.split(' ')[0].startswith('2') and settings.save_comments == "True" and not wide_build:
|
|
- log("[W] Your Python 2 build does not support wide unicode characters.\n[W] This means characters such as mojis will not be saved.", "YELLOW")
|
|
|
|
|
|
+ log("[W] Your Python 2 build does not support wide unicode characters.\n[W] This means characters such as emojis will not be saved.", "YELLOW")
|
|
has_thrown_errors = True
|
|
has_thrown_errors = True
|
|
else:
|
|
else:
|
|
if not settings.show_cookie_expiry in bool_values:
|
|
if not settings.show_cookie_expiry in bool_values:
|