Skip to content

Commit

Permalink
indentation erro ?
Browse files Browse the repository at this point in the history
  • Loading branch information
KorryKatti committed Apr 7, 2024
1 parent 37315c5 commit cf8bd36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import customtkinter as ctk
import subprocess
import threading
import os
import stat
import time
import os
import json
Expand Down Expand Up @@ -413,9 +415,6 @@ def start_app():
print(f"Error starting the app: {e}")

# Function to uninstall the app
import os
import shutil
import stat

def uninstall_app():
# Define the onerror handler function
Expand Down

0 comments on commit cf8bd36

Please sign in to comment.