Skip to content

Commit

Permalink
Update fix_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aizenar authored Apr 12, 2021
1 parent e99b76a commit 91af311
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fix_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
port = 2121
port = int(args.port)

print (port)

value_format = ""
if(args.fw == "5.05"):
value_format = """("%s", "%s", "%s", "/user/appmeta/%s", "2018-07-27 15:06:46.822", "0", "0", "5", "1", "100", "0", "151", "5", "1", "gd", "0", "0", "0", "0", NULL, NULL, NULL, "%d", "2018-07-27 15:06:46.802", "0", "game", NULL, "0", "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, "0", "0", NULL, "2018-07-27 15:06:46.757")"""
Expand All @@ -44,10 +42,9 @@ class CUSA :
files = []

def sort_files(file) :
print (file)
if re.search("^[A-Z]", file[-9]):
files.append("'%s'" % file[-9:])
print (file)

def get_game_info_by_id(GameID) :
if(GameID not in info) :
info[GameID] = CUSA()
Expand Down

0 comments on commit 91af311

Please sign in to comment.