Skip to content

Commit 6baabee

Browse files
committed
Docs: Fixed incorrect code comment
1 parent 71c8d82 commit 6baabee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
EPOCH_DATE = datetime.datetime(1970, 1, 1)
1414

15-
MAX_PHOTO_FILESIZE_UPLOAD = int(10E6) # (50 MB)
15+
MAX_PHOTO_FILESIZE_UPLOAD = int(10E6) # (10 MB)
1616
MAX_VIDEO_NOTE_LENGTH = 60
1717

1818
AUDIO_CODEC_NAMES = ['aac', 'mp3']

0 commit comments

Comments
 (0)