From 59a08f4d4f66394074f515029513f4d3522b772d Mon Sep 17 00:00:00 2001 From: Blergo Date: Wed, 3 Jul 2024 14:38:06 +0100 Subject: [PATCH] Update server.py --- server.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server.py b/server.py index aba8c68..2a93023 100644 --- a/server.py +++ b/server.py @@ -2,9 +2,9 @@ """ TC²-BBS Server for Meshtastic by TheCommsChannel (TC²) -Date: 06/25/2024 +Date: 03/07/2024 Yorkshire BBS Edition -Version: 0.1.01 +Version: 0.1.02 Description: The system allows for mail message handling, bulletin boards, and a channel @@ -33,7 +33,7 @@ def display_banner(): ██║ ╚██████╗███████╗ ██████╔╝██████╔╝███████║ ╚═╝ ╚═════╝╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝ Yorkshire BBS Edition -Version: 0.1.01 +Version: 0.1.02 """ print(banner)