Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:codeskyblue/AirtestX
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Jul 21, 2017
2 parents 35e3f6a + b7c3eed commit 30cfe2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atx/ext/report/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, d, save_dir='report'):
self.result = None

self.__gif_path = os.path.join(save_dir, 'output.gif')
self.__gif = imageio.get_writer(self.__gif_path, fps=2)
self.__gif = imageio.get_writer(self.__gif_path, format='GIF', fps=2)
self.__uia_last_position = None
self.__last_screenshot = None
self.__closed = False
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ atx-uiautomator==0.2.12.dev6
imageio==1.5
colorama==0.3.7
AxmlParserPY==0.0.3
atx-webide>=0.1.1.dev72
#atx-webide>=0.1.1.dev72

0 comments on commit 30cfe2b

Please sign in to comment.