Skip to content

Commit 31f88dc

Browse files
committed
fix: missing date import
Signed-off-by: exploreriii <[email protected]>
1 parent 703be23 commit 31f88dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/bot-community-calls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for CANCELLED in "${CANCELLED_DATES[@]}"; do
3434
done
3535

3636
IS_MEETING_WEEK=$(python3 - <<EOF
37-
from datetime import datetime
37+
from datetime import datetime,date
3838
d1 = date.fromisoformat("$ANCHOR_DATE")
3939
d2 = datetime.utcnow().date()
4040
print("true" if (d2 - d1).days % 14 == 0 else "false")

0 commit comments

Comments
 (0)