Spaces:
Sleeping
Sleeping
Update Doors_Schedule.py
Browse files- Doors_Schedule.py +2 -1
Doors_Schedule.py
CHANGED
|
@@ -654,7 +654,8 @@ def process_pdf(input_pdf_path, output_pdf_path, locations, new_authors):
|
|
| 654 |
|
| 655 |
def mainRun(schedule, plan, searcharray):
|
| 656 |
#print(type(plan))
|
| 657 |
-
|
|
|
|
| 658 |
#len_plan = len(plan)
|
| 659 |
#print(f"length of the plan's array is: {len_plan}")
|
| 660 |
user_input = get_user_input(searcharray)
|
|
|
|
| 654 |
|
| 655 |
def mainRun(schedule, plan, searcharray):
|
| 656 |
#print(type(plan))
|
| 657 |
+
eltype = type(plan)
|
| 658 |
+
print(f"el type beta3 variable plan:: {eltype}")
|
| 659 |
#len_plan = len(plan)
|
| 660 |
#print(f"length of the plan's array is: {len_plan}")
|
| 661 |
user_input = get_user_input(searcharray)
|