update manage.py

This commit is contained in:
TooY 2023-03-30 10:35:06 +08:00
parent 67e7758f5a
commit 6e303d5f83

View file

@ -371,7 +371,7 @@ def get_apps_from_queue(app_list, has_add):
def get_Image_url(app_name):
image_url = "/static/" + app_name + "-websoft9.png"
image_url = "static/" + app_name + "-websoft9.png"
if not os.path.exists(image_url):
return ""
return image_url