mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
gateway bug fix
This commit is contained in:
parent
b15faabefa
commit
9920166630
@ -211,7 +211,9 @@ class GateWayPage(Page):
|
|||||||
tmp = tp3
|
tmp = tp3
|
||||||
if tp3 == 0:
|
if tp3 == 0:
|
||||||
tmp = int(parts[3]) + 1
|
tmp = int(parts[3]) + 1
|
||||||
elif tp3 > 0:
|
elif tp3 == 1:
|
||||||
|
tmp = int(parts[3]) + 1
|
||||||
|
elif tp3 > 1:
|
||||||
tmp = int(parts[3]) - 1
|
tmp = int(parts[3]) - 1
|
||||||
|
|
||||||
parts[3] = str(tmp)
|
parts[3] = str(tmp)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user