diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-31 11:19:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-31 11:19:40 -0300 |
commit | 636f7ba1cea6ef8b6c24d936d29f7df593b32ff9 (patch) | |
tree | dd404b7b4a1c7c159e5f90fab927489b2281f0b7 /server.py | |
parent | 7d904dedd780cc41a7cb283134026917ca068e84 (diff) | |
download | server-636f7ba1cea6ef8b6c24d936d29f7df593b32ff9.tar.gz server-636f7ba1cea6ef8b6c24d936d29f7df593b32ff9.tar.bz2 server-636f7ba1cea6ef8b6c24d936d29f7df593b32ff9.tar.xz server-636f7ba1cea6ef8b6c24d936d29f7df593b32ff9.zip |
Fix typos and a bug of a swapped max and min function
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 |