diff options
Diffstat (limited to 'server.py')
-rwxr-xr-x | server.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/python3 -######################################################################################## +################################################################################# # This file is part of Mana Spheres. # Copyright (C) 2020 Jesusalva @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -######################################################################################## +################################################################################# ## Global Modules import threading, time, json, syslog |