Skip to content

Commit 76a840c

Browse files
committed
change function to be more specific
1 parent 636fe98 commit 76a840c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mythic/mythic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ async def get_all_uploaded_files(
15971597
break
15981598

15991599

1600-
async def get_uploaded_file_by_name(
1600+
async def get_latest_uploaded_file_by_name(
16011601
mythic: mythic_classes.Mythic, custom_return_attributes: str = None, filename: str = None,
16021602
) -> dict:
16031603
"""

0 commit comments

Comments
 (0)