Files
Twitter-Bot/start.py

10 lines
122 B
Python

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