Skip to content

Commit 63734a0

Browse files
committed
fix bug
1 parent d99ef05 commit 63734a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

获取女友的位置/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def __get_image_ability(self):
148148

149149
def judge_time_met(self, take_time):
150150
"""
151-
判断拍摄时间是否是在今天
151+
通知拍摄时间判断女朋友是否撒谎
152152
:param take_time:
153153
:return:
154154
"""
@@ -159,9 +159,9 @@ def judge_time_met(self, take_time):
159159
today = str(datetime.date.today())
160160

161161
if format_time == today:
162-
return True
163-
else:
164162
return False
163+
else:
164+
return True
165165

166166

167167
if __name__ == '__main__':

0 commit comments

Comments
 (0)