Update Doors_Schedule.py
Browse files- Doors_Schedule.py +1 -0
Doors_Schedule.py
CHANGED
|
@@ -1507,6 +1507,7 @@ def process_pdf(input_pdf_path, output_pdf_path, locations, new_authors):
|
|
| 1507 |
final_pdf_bytes = modify_author_in_pypdf2(annotated_pdf_bytes, new_authors)
|
| 1508 |
return final_pdf_bytes
|
| 1509 |
def mainRun(schedule, plan, searcharray):
|
|
|
|
| 1510 |
|
| 1511 |
#print(type(plan))
|
| 1512 |
eltype = type(plan)
|
|
|
|
| 1507 |
final_pdf_bytes = modify_author_in_pypdf2(annotated_pdf_bytes, new_authors)
|
| 1508 |
return final_pdf_bytes
|
| 1509 |
def mainRun(schedule, plan, searcharray):
|
| 1510 |
+
print("mainRun is RUNNING")
|
| 1511 |
|
| 1512 |
#print(type(plan))
|
| 1513 |
eltype = type(plan)
|