File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ for item in data:
329
329
#
330
330
alfreditems['items'].append({
331
331
"mysortkey": mysortkey,
332
- "uid": title,
332
+ "uid": title,
333
333
"title": title,
334
334
"subtitle": description,
335
335
"autocomplete": title,
@@ -339,7 +339,7 @@ for item in data:
339
339
}
340
340
})
341
341
342
- # Sort currencies
342
+ # Sort gists
343
343
#
344
344
lines = sorted(alfreditems['items'], key=lambda k: k['mysortkey'], reverse=False)
345
345
dump = json.dumps({'items': lines}, indent=4)
@@ -664,7 +664,7 @@ Icons taken from https://octicons.github.com/ - MIT License</string>
664
664
<string >user </string >
665
665
</array >
666
666
<key >version </key >
667
- <string >2017.12.05 </string >
667
+ <string >2017.12.14 </string >
668
668
<key >webaddress </key >
669
669
<string >https://github.com/vookimedlo/alfred-github-gists </string >
670
670
</dict >
You can’t perform that action at this time.
0 commit comments