mirror of
https://github.com/evilhero/mylar
synced 2024-12-26 09:36:53 +00:00
FIX: weekly pull would error when going back previous weeks due to change in previous commit
This commit is contained in:
parent
13246bb144
commit
5f8d3a9533
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
import time
|
||||
from operator import itemgetter
|
||||
import datetime
|
||||
from datetime import timedelta
|
||||
from datetime import timedelta, date
|
||||
import re
|
||||
import platform
|
||||
import itertools
|
||||
|
|
Loading…
Reference in a new issue