Replace 35.6M with 1.6M in comment

1.6M is a more realistic number, don't you agree?
This commit is contained in:
Thomas Wade 2018-09-29 15:25:13 +09:30
parent a2fdec3e27
commit 2e378af361

View File

@ -289,7 +289,7 @@ def Get_Follows(url, limit = 100):
# Return just the values to make adding to the list easier # Return just the values to make adding to the list easier
return users.values() return users.values()
# Converts string representations of numbers such as '1,234' or '35.6M' to integers # Converts string representations of numbers such as '1,234' or '1.6M' to integers
def Human_Str_To_Int(string): def Human_Str_To_Int(string):
num = None num = None
string = string.lower().replace(',', '') string = string.lower().replace(',', '')