소스 검색

Add more date related debug messages

Foppe Hemminga 6 년 전
부모
커밋
1d1409a4f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _bs.py

+ 1 - 1
_bs.py

@@ -114,7 +114,7 @@ def get_meta_data(this_data, this_venue):
             # print(times[1])
         match = close_regex.search(this_meta_data)
         if match:
-            # print(match[1])
+            print('match.group(1): {}'.format(match.group(1)))
             times[2] = match.group(1)[:-5]
             l_time = datetime.datetime.strptime(times[2], time_format)
             print('l_time: {}'.format(l_time))