Files
Twitter-Bot/start.py
2017-05-15 20:52:58 +03:00

11 lines
123 B
Python

import main
#script for the start
if __name__ == '__main__':
while True:
#try:
main.main()
#except:
#pass