We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5161d7a commit 5845b2aCopy full SHA for 5845b2a
1 file changed
bili_ticket_monitor.py
@@ -143,6 +143,7 @@ def handle_error(self, msg, critical):
143
144
if __name__ == "__main__":
145
clear_screen()
146
+ print(f"{Fore.CYAN}项目github页面:https://github.com/TaiMiao/Bili_Ticket_Monitor \n")
147
print(f"{Fore.YELLOW}监控ID: {Config.TICKET_ID} | 刷新间隔: {Config.REFRESH_INTERVAL}s")
148
print("=" * 40)
149
Monitor().start()
0 commit comments