remove tata mother fucker

This commit is contained in:
poka 2022-10-23 03:44:37 +02:00
parent 8daee665e4
commit 0d7db5ba17
1 changed files with 0 additions and 2 deletions

View File

@ -118,12 +118,10 @@ class ReadFromCesium(CesiumCommon):
msgSrc = hits["_source"] msgSrc = hits["_source"]
self.issuer = msgSrc["issuer"] self.issuer = msgSrc["issuer"]
nonce = msgSrc["nonce"] nonce = msgSrc["nonce"]
print(nonce)
try: try:
nonce = base58.b58decode(nonce) nonce = base58.b58decode(nonce)
except: except:
nonce = base58.b58decode('5aZdSqKGHBqm2uMPwN6XnfiiJKRieb1Hh') nonce = base58.b58decode('5aZdSqKGHBqm2uMPwN6XnfiiJKRieb1Hh')
print('tata')
self.date = msgSrc["time"] self.date = msgSrc["time"]
if outbox: if outbox: