BUG: fixed Python 2 issue

This commit is contained in:
Frederic Fortier
2018-02-07 00:48:17 -05:00
parent 2d43955abf
commit eee2e1be88
+2 -2
View File
@@ -302,7 +302,7 @@ class Marketplace:
except AttributeError:
pass
for i in range(0, 10):
print('.', end='', flush=True)
# print('.', end='', flush=True)
time.sleep(1)
print('\nFirst transaction successful!\n'
@@ -349,7 +349,7 @@ class Marketplace:
except AttributeError:
pass
for i in range(0, 10):
print('.', end='', flush=True)
# print('.', end='', flush=True)
time.sleep(1)
print('\nSecond transaction successful!\n'