diff --git a/ADMIN/MAINTAIN/DOC_DATA.json b/ADMIN/MAINTAIN/DOC_DATA.json index a46abc0..7e8f9f6 100644 --- a/ADMIN/MAINTAIN/DOC_DATA.json +++ b/ADMIN/MAINTAIN/DOC_DATA.json @@ -1,5 +1,4 @@ { - "folder_number": "5", "hello_diu": { "folder_url": "https://github.com/mursalatul/code-park/tree/master/hello_diu", "hello_diu.c": "https://github.com/mursalatul/code-park/tree/master/hello_diu/hello_diu.c" diff --git a/ADMIN/MAINTAIN/classes/handle_json.py b/ADMIN/MAINTAIN/classes/handle_json.py index a94c3dc..0b52560 100644 --- a/ADMIN/MAINTAIN/classes/handle_json.py +++ b/ADMIN/MAINTAIN/classes/handle_json.py @@ -4,7 +4,7 @@ class HandleJson: # reformat data as actual json format def add_link(self): self.dic = { - "folder_number" : f"{len(self.data)}", + # "folder_number" : f"{len(self.data)}", # "folder1" : { # "folder1_url" : "", # "file_number" : "",