mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-18 18:02:46 +01:00
gateway bug fix
This commit is contained in:
@@ -211,7 +211,9 @@ class GateWayPage(Page):
|
||||
tmp = tp3
|
||||
if tp3 == 0:
|
||||
tmp = int(parts[3]) + 1
|
||||
elif tp3 > 0:
|
||||
elif tp3 == 1:
|
||||
tmp = int(parts[3]) + 1
|
||||
elif tp3 > 1:
|
||||
tmp = int(parts[3]) - 1
|
||||
|
||||
parts[3] = str(tmp)
|
||||
|
||||
Reference in New Issue
Block a user