Commit 244f47e6 authored by lixiaofang's avatar lixiaofang

add

parent 34accede
......@@ -7,7 +7,7 @@ import pandas as pd
import traceback
from log_settings import *
import logging
from auto_request import login, time_conv, follow
from auto_request import login, time_convs, follow
from auto_request import host, user, port, db, passwd
##做不了
......@@ -33,9 +33,9 @@ if __name__ == "__main__":
try:
numtime = time_conv()
numtime1,numtime2 = time_convs(1,2)
data = get_follw_majia(numtime)
data = get_follw_majia(numtime1)
dict_follow_id = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment