We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf70502 commit c3a7380Copy full SHA for c3a7380
examples/pirate.py
@@ -81,7 +81,7 @@ def do_quit(self, arg):
81
82
def do_sing(self, arg):
83
"""Sing a colorful song."""
84
- color_escape = COLORS.get(self.songcolor, default=Fore.RESET)
+ color_escape = COLORS.get(self.songcolor, Fore.RESET)
85
self.poutput(arg, color=color_escape)
86
87
yo_parser = argparse.ArgumentParser()
0 commit comments