Skip to content

Commit 1cd9352

Browse files
committed
Fixed missing parenthesis
1 parent 65994bc commit 1cd9352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-data-copy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ def get_collection(dbconf, name):
111111

112112
statuses_collection.create_index('user_id', unique=True)
113113

114-
print 'Migration successful'
114+
print('Migration successful')

0 commit comments

Comments
 (0)