Skip to content

Commit 41ca134

Browse files
authored
Make prompt_toolkit available globally again (#207)
Fixes #206
1 parent 03e0f8a commit 41ca134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emailproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ class App:
22702270
"""Manage the menu bar icon, server loading, authorisation and notifications, and start the main proxy thread"""
22712271

22722272
def __init__(self, args=None):
2273-
global CONFIG_FILE_PATH, CACHE_STORE, EXITING
2273+
global CONFIG_FILE_PATH, CACHE_STORE, EXITING, prompt_toolkit
22742274
EXITING = False # needed to allow restarting when imported from parent scripts (or an interpreter)
22752275

22762276
parser = argparse.ArgumentParser(description='%s: transparently add OAuth 2.0 support to IMAP/POP/SMTP client '

0 commit comments

Comments
 (0)