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:
parent
b0b9113e51
commit
4ef439f1c0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user