We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75efda5 commit c07e613Copy full SHA for c07e613
1 file changed
view.py
@@ -4,8 +4,8 @@
4
from datetime import datetime
5
6
# Get project ID and view amount from user
7
-projectID = 1147312565 # EDIT THESE TO YOUR OWN PROGECT
8
-viewAmount = 5000
+projectID = 1160692241 # EDIT THESE TO YOUR OWN PROGECT
+viewAmount = 50000
9
10
# Estimate time to complete
11
timeEstimate = ((viewAmount * 80) / 60)
0 commit comments