AdvancedLiterateMachinery
AdvancedLiterateMachinery copied to clipboard
remove extra argument passed to save_pkl_file function
save_pkl_file is throwing an exception in the main function because it only takes four arguments, however five are passed. Removing unnecessary page argument.