1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-07 04:19:17 +02:00

remove print

This commit is contained in:
Marius 2021-08-20 13:40:31 +02:00
parent bb208966d5
commit 3c8231804c

View File

@ -17,7 +17,6 @@ def get_shas(output):
def create_addons_json():
addon_shas = subprocess.check_output(["git", "ls-files", "-s", "./CSS/addons/*.css"])
SHAS = get_shas(addon_shas)
print(SHAS)
ADDONS = {"addons":{}}
addon_root = './CSS/addons'
addon_folders = [name for name in listdir(addon_root) if isdir(join(addon_root, name))]