Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,6 +129,7 @@ def move(repo,space,dest,token):
|
|
129 |
print("REPO MOVED")
|
130 |
|
131 |
def add_save(space,save_list):
|
|
|
132 |
this = True
|
133 |
for ea in save_list:
|
134 |
if space == ea:
|
|
|
129 |
print("REPO MOVED")
|
130 |
|
131 |
def add_save(space,save_list):
|
132 |
+
save_list=[]if not save_list else save_list
|
133 |
this = True
|
134 |
for ea in save_list:
|
135 |
if space == ea:
|