aboutsummaryrefslogtreecommitdiff
path: root/henti.py
diff options
context:
space:
mode:
Diffstat (limited to 'henti.py')
-rw-r--r--henti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/henti.py b/henti.py
index ae341d3..4d9a629 100644
--- a/henti.py
+++ b/henti.py
@@ -1,7 +1,7 @@
from hentai import Hentai
from hentai import Format
-def find_title(sauce):
+def get_title(sauce):
# get hentai title in readable format
henti_title = str(Hentai(sauce).title(Format.Pretty))
return henti_title