Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunoda authored and tsunoda committed Jan 10, 2022
1 parent 9653388 commit 2d29394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# generated by wxGlade 0.9.6 on Tue Jan 4 17:43:44 2022
# generated by wxGlade 0.9.6 on Mon Jan 10 21:55:59 2022
#

import wx
Expand Down Expand Up @@ -96,7 +96,7 @@ def __set_properties(self):
# begin wxGlade: MyFrame.__set_properties
self.SetTitle("FibGet")
_icon = wx.NullIcon
_icon.CopyFromBitmap(wx.Bitmap("/Users/tsuno/work/pythonApp/fiber/icon/fibGet.png", wx.BITMAP_TYPE_ANY))
_icon.CopyFromBitmap(wx.Bitmap("./icon/fibGet.png", wx.BITMAP_TYPE_ANY))
self.SetIcon(_icon)
self.SetBackgroundColour(wx.Colour(47, 47, 47))
self.SetForegroundColour(wx.Colour(0, 0, 0))
Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ def OnInit(self):
os.mkdir('./db')
print('remove ./db/test.db ^v^!')
else:
os.mkdir('./db')
print('none *db')

"""
Expand Down

0 comments on commit 2d29394

Please sign in to comment.