diff --git a/API_Reference.py b/API_Reference.py index 06369f4..b58c5d0 100644 --- a/API_Reference.py +++ b/API_Reference.py @@ -341,7 +341,7 @@ rgb = guan.hex_to_rgb(hex) guan.write_file_list_in_markdown(directory, filename='a', reverse_positive_or_negative=1, starting_from_h1=None, banned_file_format=[], hide_file_format=None, divided_line=None, show_second_number=None, show_third_number=None) -guan.find_repeated_file_with_same_filename(directory, num=1000) +repeated_file = guan.find_repeated_file_with_same_filename(directory, num=1000) guan.move_all_files_to_root_directory(directory)