Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def init(filename=filename,save_data=save_data):
|
|
29 |
return lod
|
30 |
|
31 |
|
32 |
-
def sort_doc(in_list: list, steps_in: int, control: int, prev_list: str):
|
33 |
prev_list=init()
|
34 |
control_json={'control':'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ','char':'','leng':62}
|
35 |
key_cnt=len(in_list)
|
|
|
29 |
return lod
|
30 |
|
31 |
|
32 |
+
def sort_doc(in_list: list, steps_in: int, control: int, prev_list: str=None):
|
33 |
prev_list=init()
|
34 |
control_json={'control':'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ','char':'','leng':62}
|
35 |
key_cnt=len(in_list)
|