Files
Twitter-Bot/start.py
RandomisedName 9c3824cede Cleaned the code up
Spacing mostly and unnecesarry comments
2017-05-16 01:54:33 +03:00

10 lines
122 B
Python

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