mirror of
https://github.com/evilhero/mylar
synced 2024-12-27 18:16:52 +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
|
import time
|
||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
import datetime
|
import datetime
|
||||||
from datetime import timedelta
|
from datetime import timedelta, date
|
||||||
import re
|
import re
|
||||||
import platform
|
import platform
|
||||||
import itertools
|
import itertools
|
||||||
|
|
Loading…
Reference in a new issue