1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 02:17:38 +03:00

[Fix] Add Required Dupe Imports

This commit is contained in:
David Sangrey 2023-12-23 20:55:32 -05:00
parent b0b9113e51
commit 4ef439f1c0
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -336,6 +336,8 @@ if __name__ == '__main__': # noqa: C901
def already_running_popup():
"""Create the "already running" popup."""
import tkinter as tk
from tkinter import ttk
# Check for CL arg that suppresses this popup.
if args.suppress_dupe_process_popup:
sys.exit(0)