From 1f0d66c358aefc1e48927a2cf98b35c79742688e Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Wed, 14 Sep 2022 07:32:55 +0800 Subject: [PATCH] Update API_Reference.py --- API_Reference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)