mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 13:00:23 +08:00
BUG: fixed Python 2 issue
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user