Bilin bakem bu ne 

Kod:
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
def BuildServerList(orderList):
retMarkAddrDict = {}
retAuthAddrDict = {}
retRegion0 = {}
ridx = 1
for region, auth, mark, channels in orderList:
cidx = 1
channelDict = {}
for channel in channels:
key = ridx * 10 + cidx
channel["key"] = key
channelDict[cidx] = channel
cidx += 1
region["channel"] = channelDict
retRegion0[ridx] = region
retAuthAddrDict[ridx] = auth
retMarkAddrDict[ridx*10] = mark
ridx += 1
return retRegion0, retAuthAddrDict, retMarkAddrDict
app.ServerName = None
# a code by 'L'
fin = open('[COLOR="Red"]pack/locale_tr.addr.com[/COLOR]', "r")
b64_str = fin.read()
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 28
- Görüntüleme
- 3K
- Cevaplar
- 13
- Görüntüleme
- 2K
- Cevaplar
- 6
- Görüntüleme
- 581
- Cevaplar
- 40
- Görüntüleme
- 4K

