Replace 35.6M with 1.6M in comment
1.6M is a more realistic number, don't you agree?
This commit is contained in:
parent
a2fdec3e27
commit
2e378af361
@ -289,7 +289,7 @@ def Get_Follows(url, limit = 100):
|
||||
# Return just the values to make adding to the list easier
|
||||
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):
|
||||
num = None
|
||||
string = string.lower().replace(',', '')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user