summaryrefslogtreecommitdiff
path: root/__main__.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-05 19:22:39 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-05 19:22:39 -0300
commitca7b2ea8dd2c2894678858414f4688f96f654e22 (patch)
treef4033325e220ced08fa317dae8717d76d25df3ca /__main__.py
parentefca87a1a71d76c9ce461f677ee1128156ee3e45 (diff)
downloadtkinter-ca7b2ea8dd2c2894678858414f4688f96f654e22.tar.gz
tkinter-ca7b2ea8dd2c2894678858414f4688f96f654e22.tar.bz2
tkinter-ca7b2ea8dd2c2894678858414f4688f96f654e22.tar.xz
tkinter-ca7b2ea8dd2c2894678858414f4688f96f654e22.zip
Make pyflakes3 compulsory, and don't check modules
Diffstat (limited to '__main__.py')
-rwxr-xr-x__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__main__.py b/__main__.py
index ef52fa7..10c19a8 100755
--- a/__main__.py
+++ b/__main__.py
@@ -10,7 +10,7 @@
#####################################
import requests, json, traceback, subprocess, sys, time, os, uuid, base64
-import threading #hmac, struct # < - TODO: Necessary for TOTP-remember support
+#import threading #hmac, struct # < - TODO: Necessary for TOTP-remember support
import tkinter as tk
from tkinter.messagebox import showinfo, showerror, askyesno
from functools import partial