Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/requirements.txt
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,4 @@ doc/Schema.pdn
.idea/misc.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/discord.xml
.idea/inspectionProfiles/Project_Default.xml
Binary file removed requirements.txt
Binary file not shown.
6 changes: 3 additions & 3 deletions src/lib/project_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import sys
from genericpath import isfile

import requests
from appdirs import user_data_dir

# CONSTANTS
Expand Down Expand Up @@ -308,9 +309,8 @@ def get_image_path(image_name: str):
if boold:
print("Start")

default_project_settings_values()
default_config_values()
default_recent_project_values()
response = requests.get("https://api.github.com/repos/FrenkyDema/ProjectManager/releases/latest")
print(response.json()["tag_name"])

if boold:
print("End")