mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-06-19 16:12:14 +02:00
gateway bug fix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user