예제 #1
0
파일: __init__.py 프로젝트: jamjr/seahub
 def get_user_traffic_list(month, start=0, limit=25):
     session = SeafEventsSession()
     try:
         stat = seafevents.get_user_traffic_list(session, month, start, limit)
     finally:
         session.close()
     return stat
예제 #2
0
 def get_user_traffic_list(month, start=0, limit=25):
     session = SeafEventsSession()
     try:
         stat = seafevents.get_user_traffic_list(session, month, start, limit)
     finally:
         session.close()
     return stat