Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
heroas committed Nov 21, 2018
1 parent 441bd9a commit dd831fc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/episode_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ def search_with_episode(self, anime, episode, filename):


def search(self, string):
self.ids.anime_img.source = 'thumbnails/default-thumbnail.jpg'

Global.ROMAJI_LIST = []
Global.ENG_LIST = []
fresh_list = self.get_fresh_list()
Expand Down
Empty file.
Binary file not shown.
Empty file added src/thumbnails/Sword Art Online
Empty file.
Binary file removed src/thumbnails/Sword Art Online: Alicization.jpg
Binary file not shown.
5 changes: 3 additions & 2 deletions windows_build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ exe = EXE(pyz,
debug=False,
strip=False,
upx=True,
console=True , icon="images\\icon.ico")
console=False,
icon="images\\icon.ico")

coll = COLLECT(exe,
Tree('.\\src'),
Expand All @@ -35,4 +36,4 @@ coll = COLLECT(exe,
*[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins)],
strip=False,
upx=True,
name='main')
name='Whats Good This Season')

0 comments on commit dd831fc

Please sign in to comment.