View Single Post
Old 11-11-2024, 12:08 PM   #4
MasterPlexus
Enthusiast
MasterPlexus began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Nov 2024
Device: Tolino 4HD
Yes, but the error appears everytime when I try to use
Code:
self.issue = self.recipe_specific_options.get('issue')
Where I before had defined
Code:
recipe_specific_options = {
    'issue' : {
        'short': 'The Version you want to Download (like 2024/11)',
        'long': 'For example, 2024/07'
    }
}
When I comment it out, then it came back to work.
I'm on 7.21 (in exe and src).
MasterPlexus is offline   Reply With Quote