File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1313__author__ = "Omkaar"
1414__license__ = "MIT"
1515__copyright__ = "Copyright 2025 Omkaar"
16- __version__ = "2.0.1 "
16+ __version__ = "2.0.2 "
1717
1818
1919from .client import *
Original file line number Diff line number Diff line change @@ -317,12 +317,13 @@ def exclude(self):
317317
318318 url = f"https://{ self .language } .akinator.com/exclude"
319319 data = {
320- "step" : self .step ,
320+ "step" : self .step + 1 ,
321321 "progression" : self .progression ,
322322 "sid" : THEME_IDS [self .theme ],
323323 "cm" : str (self .child_mode ).lower (),
324324 "session" : self .session_id ,
325- "signature" : self .signature
325+ "signature" : self .signature ,
326+ "forward_answer" : 1
326327 }
327328 self .win = False
328329 self .id_proposition = ""
Original file line number Diff line number Diff line change 1010project = "akinator.py"
1111copyright = "2025, Omkaar"
1212author = "Ombucha"
13- release = "2.0.1 "
13+ release = "2.0.2 "
1414
1515extensions = ["sphinx.ext.autodoc" ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " akinator.py"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44description = " A basic API wrapper for Akinator."
55authors = [
" Ombucha <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "akinator" ,
12- version = "2.0.1 " ,
12+ version = "2.0.2 " ,
1313 description = "A basic API wrapper for Akinator." ,
1414 long_description = README ,
1515 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments