We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99ef05 commit 63734a0Copy full SHA for 63734a0
获取女友的位置/main.py
@@ -148,7 +148,7 @@ def __get_image_ability(self):
148
149
def judge_time_met(self, take_time):
150
"""
151
- 判断拍摄时间是否是在今天
+ 通知拍摄时间判断女朋友是否撒谎
152
:param take_time:
153
:return:
154
@@ -159,9 +159,9 @@ def judge_time_met(self, take_time):
159
today = str(datetime.date.today())
160
161
if format_time == today:
162
- return True
163
- else:
164
return False
+ else:
+ return True
165
166
167
if __name__ == '__main__':
0 commit comments