Skip to content

Commit

Permalink
msi center launch
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrlaczykowski committed Jun 9, 2024
1 parent e2ed799 commit 07cf3af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions update-pc-script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from motherboard import *
from utilities import *

if __name__ == "__main__":
if run_as_admin():
Expand Down
1 change: 0 additions & 1 deletion utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import requests
import wmi
import zipfile
import shutil

# Function to display the update menu
def display_update_menu():
Expand Down

0 comments on commit 07cf3af

Please sign in to comment.