Remove reveal

This commit is contained in:
Tyrel Souza 2015-07-17 10:52:51 -04:00
parent 060abc1922
commit 6f493f7984

View File

@ -254,7 +254,6 @@ def main():
try: try:
report = AttributionReport(months=6, footer_length=6) report = AttributionReport(months=6, footer_length=6)
report.run() report.run()
report.reveal()
easygui.msgbox("Done, your file are saved where you chose.", "Done!") easygui.msgbox("Done, your file are saved where you chose.", "Done!")
except: except:
easygui.exceptionbox() easygui.exceptionbox()