You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choice=input(f"Select file index [0-{len(matched_faturas)-1}]: ").strip()
147
+
choice=input(f"{BackgroundColors.GREEN}Select file index {BackgroundColors.CYAN}[0-{len(matched_faturas)-1}]{BackgroundColors.GREEN}: {Style.RESET_ALL}").strip()
0 commit comments