This commit is contained in:
Jesse Bannon 2022-10-05 11:22:59 -07:00
parent cf7e10a3ef
commit 63e386cd67

View file

@ -397,7 +397,7 @@ class EntryVariables(BaseEntryVariables):
Returns Returns
------- -------
str str
The upload_index padded six digits The download_index padded six digits
""" """
return pad(self.download_index, 6) return pad(self.download_index, 6)