Merge remote-tracking branch 'origin/master' into lash/expand-tokens-in-list

This commit is contained in:
nolash 2021-07-14 16:54:40 +02:00
commit 4bfcaf41ce
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ def gen():
# fake.local_latitude()
p.location['latitude'] = (random.random() * 180) - 90
# fake.local_latitude()
p.location['longitude'] = (random.random() * 360) - 179
p.location['longitude'] = (random.random() * 360) - 180
return (old_blockchain_checksum_address, phone, p)