Switched unicode to be the default mode.
This commit is contained in:
@@ -12,6 +12,7 @@ from .submission import SubmissionPage
|
||||
from .content import SubredditContent
|
||||
from .helpers import open_browser, open_editor
|
||||
from .docs import SUBMISSION_FILE
|
||||
from .history import load_history, save_history
|
||||
from .curses_helpers import (GOLD, Color, LoadScreen, add_line, get_arrow,
|
||||
show_notification, prompt_input)
|
||||
|
||||
@@ -21,7 +22,6 @@ _logger = logging.getLogger(__name__)
|
||||
|
||||
history = load_history()
|
||||
|
||||
|
||||
@atexit.register
|
||||
def save_links():
|
||||
global history
|
||||
|
||||
Reference in New Issue
Block a user