mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-08 13:29:54 +00:00
panic #42
This commit is contained in:
parent
9dbb231a12
commit
10691e4cf3
@ -113,7 +113,7 @@ func (c *Controller) getTraffic(email string) (up int64, down int64, upCounter s
|
||||
} else {
|
||||
upCounter = nil
|
||||
}
|
||||
if downCounter != nil && upCounter.Value() != 0 {
|
||||
if downCounter != nil && downCounter.Value() != 0 {
|
||||
down = downCounter.Value()
|
||||
} else {
|
||||
downCounter = nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user