Skip to content

Commit

Permalink
folder number removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mursalatul committed Jan 23, 2024
1 parent 188001c commit a7cc933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ADMIN/MAINTAIN/DOC_DATA.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ADMIN/MAINTAIN/classes/handle_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "",
Expand Down

0 comments on commit a7cc933

Please sign in to comment.