-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvoter.py
More file actions
14 lines (9 loc) · 799 Bytes
/
voter.py
File metadata and controls
14 lines (9 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/python3 -u
import sys
sys.path.append('/usr/src/mytonctrl')
import mytonctrl
from mypylib.mypylib import *
print('Vote script started')
print('voting for all votes (28-3-2023)')
mytonctrl.VoteOffer(['104251427957130836362131914743430303744050376869767825890248635817780896529865','68644855851465872030205651571190511122474252244413117504418016147585963562256','21913192542281065894517833067967760516757865940510587884467266715230471808616','83229620004207544647600776947354296059212733246260658452438591126244979192990','66172439292525879991035935034362592142503987754475792945641996893942931771391','71412715986879689542565522432541314593814320252603393842272705405765569717182','17801562545506968536218982702406368220064050105405933681104430238993919379262'])
print('voting done')