v.2.0.1 Cam4 Anonymous Get Online All Models for Python27

This commit is contained in:
horacio9a 2021-05-25 23:42:51 +02:00 committed by GitHub
parent 7bb0e903a6
commit ee57fc5b32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,7 @@
# Cam4 Anonymous Get Online All Models v.2.0.0 by horacio9a for Python 2.7.18
# Cam4 Anonymous Get Online All Models v.2.0.1 by horacio9a for Python 2.7.18
# coding: utf-8
import sys, os, urllib, ssl, re, json, requests
from sys import exit
offline = False
def getOnlineUsers(page):
@ -30,4 +29,4 @@ if __name__ == '__main__':
online_all_model_list = username.lower()
print(online_all_model_list)
if attempt > 3:
exit(0)
sys.exit()