소스 검색

Update review dataset

Mohidul Islam 5 년 전
부모
커밋
af2df15a27
2개의 변경된 파일5개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 3
      review/review_utils.py
  2. 4 4
      review_data_set.csv

+ 1 - 3
review/review_utils.py

@@ -104,7 +104,7 @@ def insert_review_into_database(unrecorded_reviews, loc):
 
 def sync_all_review(loc_id):
     '''
-    Sync a location if any bad thing occur for example any network break.
+    Sync a location if any bad thing occur i.e. any network break.
     :param: loc_id -> Location id of a particular location
     :return: None -> It just update all reviews of this location and return nothing.
     '''
@@ -163,6 +163,4 @@ def populate_reviews():
         fetch_all_review(loc_id)
     end = timezone.now()
     elapsed = end - start
-    print('-----------------------------------------------------------------------------------------')
     print(f'Elapsed time: {elapsed.seconds//60} minutes and {elapsed.seconds % 60} secs.')
-    print('-----------------------------------------------------------------------------------------')

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 4
review_data_set.csv


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.