diff --git a/bert.py b/bert.py index d83ec08..1d5ed5f 100755 --- a/bert.py +++ b/bert.py @@ -604,15 +604,15 @@ def main(): auth.set_access_token(access_token, access_secret) api = tweepy.API(auth) thread_command = command_thread(1) - thread_fefe = fefe_thread(2) - thread_gc = gc_thread(3) + #thread_fefe = fefe_thread(2) + #thread_gc = gc_thread(3) thread_command.start() - sleep(2) - thread_fefe.start() - sleep(2) - thread_gc.start() + #sleep(2) + #thread_fefe.start() + #sleep(2) + #thread_gc.start() if __name__ == "__main__": - gc.enable() + #gc.enable() main()