Skip to content

Commit 4da3779

Browse files
committed
Add Update3rdLib.sh
1 parent 7da64a0 commit 4da3779

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Update3rdLib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pip install -U --target=. Alfred-Workflow
2+
pip install -U --target=. arrow==0.17

core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
import arrow
66
from dateutil import tz
7-
from workflow import ICON_CLOCK, ICON_INFO
7+
from workflow import ICON_CLOCK, ICON_NOTE
88

99
FORMAT_LIST = (
10-
(ICON_INFO, 'X', 'UTC Timestamp (s)'),
11-
(ICON_INFO, 'x', 'UTC Timestamp (us)'),
10+
(ICON_NOTE, 'X', 'UTC Timestamp (s)'),
11+
(ICON_NOTE, 'x', 'UTC Timestamp (us)'),
1212
(
1313
ICON_CLOCK, 'YYYY-MM-DD HH:mm:ss', 'Date and Time'
1414
),

workflow/.alfredversionchecked

Whitespace-only changes.

0 commit comments

Comments
 (0)