Skip to content

Commit 73fb650

Browse files
committed
change print syntax
1 parent af8a0cb commit 73fb650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import tarfile
1010
assets = os.path.join(media.mypath, "assets")
1111

1212
if not os.path.exists(assets):
13-
print "Extracting assets..."
13+
print("Extracting assets...")
1414
try:
1515
with tarfile.open("{}.tbz2".format(assets), "r:*") as tf:
1616
tf.extractall(media.mypath)

0 commit comments

Comments
 (0)