mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
Update server.py
This commit is contained in:
parent
a060126a73
commit
61fa0bdc03
|
@ -2,8 +2,8 @@
|
|||
|
||||
"""
|
||||
TC²-BBS Server for Meshtastic by TheCommsChannel (TC²)
|
||||
Date: 06/25/2024
|
||||
Version: 0.1.0
|
||||
Yorkshire BBS Edition
|
||||
Version: 0.1.02
|
||||
|
||||
Description:
|
||||
The system allows for mail message handling, bulletin boards, and a channel
|
||||
|
@ -31,7 +31,8 @@ def display_banner():
|
|||
██║ ██║ ██╔═══╝ ╚════╝██╔══██╗██╔══██╗╚════██║
|
||||
██║ ╚██████╗███████╗ ██████╔╝██████╔╝███████║
|
||||
╚═╝ ╚═════╝╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝
|
||||
Meshtastic Version
|
||||
Yorkshire BBS Edition
|
||||
Version: 0.1.02
|
||||
"""
|
||||
print(banner)
|
||||
|
||||
|
|
Loading…
Reference in a new issue