Commit ccdd1f2f authored by lixiaofang's avatar lixiaofang

add

parent 1bd968e9
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<DBN-PSQL>
<case-options enabled="false">
<option name="KEYWORD_CASE" value="lower" />
<option name="FUNCTION_CASE" value="lower" />
<option name="PARAMETER_CASE" value="lower" />
<option name="DATATYPE_CASE" value="lower" />
<option name="OBJECT_CASE" value="preserve" />
</case-options>
<formatting-settings enabled="false" />
</DBN-PSQL>
<DBN-SQL>
<case-options enabled="false">
<option name="KEYWORD_CASE" value="lower" />
<option name="FUNCTION_CASE" value="lower" />
<option name="PARAMETER_CASE" value="lower" />
<option name="DATATYPE_CASE" value="lower" />
<option name="OBJECT_CASE" value="preserve" />
</case-options>
<formatting-settings enabled="false">
<option name="STATEMENT_SPACING" value="one_line" />
<option name="CLAUSE_CHOP_DOWN" value="chop_down_if_statement_long" />
<option name="ITERATION_ELEMENTS_WRAPPING" value="chop_down_if_not_single" />
</formatting-settings>
</DBN-SQL>
</code_scheme>
</component>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
......@@ -8,9 +8,9 @@ import traceback
from log_settings import *
import logging
auto_click_url = "http://earth.gmeiapp.com/api/v1/like"
auto_reply_url = "http://earth.gmeiapp.com/api/v1/reply/create"
auto_follow_url = "http://earth.gmeiapp.com/api/v1/follow"
auto_click_url = "http://earth.iyanzhi.com/api/v1/like"
auto_reply_url = "http://earth.iyanzhi.com/api/v1/reply/create"
auto_follow_url = "http://earth.iyanzhi.com/api/v1/follow"
......
......@@ -7,7 +7,7 @@ import traceback
from log_settings import *
import logging
auto_click_url = "http://earth.gmeiapp.com/api/v1/like"
auto_click_url = "http://earth.iyanzhi.com/api/v1/like"
def get_majia():
......
......@@ -6,7 +6,7 @@ import random
import traceback
from log_settings import *
import logging
auto_click_url = "http://earth.gmeiapp.com/api/v1/like"
auto_click_url = "http://earth.iyanzhi.com/api/v1/like"
def get_majia():
......
......@@ -8,7 +8,7 @@ import traceback
from log_settings import *
import logging
auto_reply_url = "http://earth.gmeiapp.com/api/v1/reply/create"
auto_reply_url = "http://earth.iyanzhi.com/api/v1/reply/create"
def get_majia():
......
......@@ -8,9 +8,9 @@ from log_settings import *
import logging
auto_follow_url = "http://earth.gmeiapp.com/api/v1/follow"
auto_follow_url = "http://earth.iyanzhi.com/api/v1/follow"
auto_pick_url = "http://earth.gmeiapp.com/api/v1/pick/do_pick"
auto_pick_url = "http://earth.iyanzhi.com/api/v1/pick/do_pick"
def get_majia():
......
......@@ -6,7 +6,7 @@ import random
import traceback
from log_settings import *
import logging
auto_follow_url = "http://earth.gmeiapp.com/api/v1/follow"
auto_follow_url = "http://earth.iyanzhi.com/api/v1/follow"
def get_majia():
......
......@@ -7,9 +7,9 @@ import pandas as pd
import traceback
from log_settings import *
import logging
auto_click_url = "http://earth.gmeiapp.com/api/v1/like"
auto_reply_url = "http://earth.gmeiapp.com/api/v1/reply/create"
auto_follow_url = "http://earth.gmeiapp.com/api/v1/follow"
auto_click_url = "http://earth.iyanzhi.com/api/v1/like"
auto_reply_url = "http://earth.iyanzhi.com/api/v1/reply/create"
auto_follow_url = "http://earth.iyanzhi.com/api/v1/follow"
def get_cookies(user_id):
......
......@@ -6,7 +6,7 @@ import random
import traceback
from log_settings import *
import logging
auto_follow_url = "http://earth.gmeiapp.com/api/v1/follow"
auto_follow_url = "http://earth.iyanzhi.com/api/v1/follow"
def get_majia():
......
......@@ -7,7 +7,7 @@ import traceback
from log_settings import *
import logging
auto_follow_url = "http://earth.gmeiapp.com/api/v1/follow"
auto_follow_url = "http://earth.iyanzhi.com/api/v1/follow"
def get_majia():
......
......@@ -8,7 +8,7 @@ from log_settings import *
import logging
auto_follow_url = "http://earth.gmeiapp.com/api/v1/follow"
auto_follow_url = "http://earth.iyanzhi.com/api/v1/follow"
......
......@@ -7,9 +7,9 @@ import traceback
from log_settings import *
import logging
auto_follow_url = "http://earth.gmeiapp.com/api/v1/follow"
auto_follow_url = "http://earth.iyanzhi.com/api/v1/follow"
auto_click_url = "http://earth.gmeiapp.com/api/v1/like"
auto_click_url = "http://earth.iyanzhi.com/api/v1/like"
def get_majia():
......
......@@ -7,7 +7,7 @@ import pandas as pd
import traceback
from log_settings import *
import logging
auto_urge_url = "http://earth.gmeiapp.com/api/v1/user/urge"
auto_urge_url = "http://earth.iyanzhi.com/api/v1/user/urge"
def get_majia():
......
......@@ -7,7 +7,7 @@ import pandas as pd
import traceback
from log_settings import *
import logging
auto_urge_url = "http://earth.gmeiapp.com/api/v1/user/urge"
auto_urge_url = "http://earth.iyanzhi.com/api/v1/user/urge"
def get_majia():
......
......@@ -7,7 +7,7 @@ import traceback
from log_settings import *
import logging
auto_urge_url = "http://earth.gmeiapp.com/api/v1/user/urge"
auto_urge_url = "http://earth.iyanzhi.com/api/v1/user/urge"
def get_majia():
......
......@@ -8,7 +8,7 @@ import traceback
import logging
import json
login_url = "http://earth.gmeiapp.com/api/account/login_pwd"
login_url = "http://earth.iyanzhi.com/api/account/login_pwd"
def index_first():
try:
......
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