-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Automatically check for updates (#467)
* Button for update when available * Rearrange methods, add shut down print statement * Cleanup imports * Function for getting current version * Handle when there's no internet
- Loading branch information
1 parent
26fdad7
commit 625aa8a
Showing
3 changed files
with
111 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,7 @@ | |
# Created Date: Friday May 24th 2024 | ||
# Author: Steven Atkinson ([email protected]) | ||
|
||
import importlib | ||
import os | ||
import tkinter as tk | ||
from pathlib import Path | ||
|
||
import pytest | ||
|
||
|