mirror of
https://github.com/anatolykopyl/Twitter-Bot.git
synced 2026-03-26 12:54:49 +00:00
11 lines
123 B
Python
11 lines
123 B
Python
import main
|
|
#script for the start
|
|
|
|
if __name__ == '__main__':
|
|
while True:
|
|
#try:
|
|
main.main()
|
|
|
|
#except:
|
|
#pass
|