Update YSFReflector

This commit is contained in:
Antonio Matraia 2021-03-21 22:25:27 +01:00 committed by GitHub
parent 01ba4a4fa6
commit bd4f972a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ def CalcID(ref):
def getidgw(cl, adr):
i=0
i=[0, '']
for c in cl:
if ((c[0] == adr[0]) and (c[1] == adr[1])):
i = [c[4], c[2]]