push update

This commit is contained in:
Ayush Saini 2022-01-09 23:25:42 +05:30
parent 4e5b0a057c
commit 1356e42baa
2 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,10 @@
"63":{
"log":"Logger bug fix, integrated discordbot : have fun :)",
"time":"28 DEC 2021"
},
"64":{
"log":"Custom afk(idle player) remover added",
"time":"9 Jan 2022"
}

View file

@ -4,7 +4,7 @@ import _thread
import urllib.request
from efro.terminal import Clr
import json
VERSION=63
VERSION=64
def check():
_thread.start_new_thread(updateProfilesJson,())