mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Clean up
This commit is contained in:
@@ -170,8 +170,7 @@ class macOSInstallerDownloadFrame(wx.Frame):
|
|||||||
self.list.SetItem(index, 1, utilities.human_fmt(installers[item]['Size']))
|
self.list.SetItem(index, 1, utilities.human_fmt(installers[item]['Size']))
|
||||||
|
|
||||||
locale.setlocale(locale.LC_TIME, '')
|
locale.setlocale(locale.LC_TIME, '')
|
||||||
date_string = installers[item]['Date'].strftime("%x")
|
self.list.SetItem(index, 2, installers[item]['Date'].strftime("%x"))
|
||||||
self.list.SetItem(index, 2, date_string)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user