Skip to content

Commit

Permalink
fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
Official-Husko committed Jul 21, 2024
1 parent 9251fce commit 2e4ebba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Build Release.bat

This file was deleted.

2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys
import inquirer

version = "1.6.4"
version = "1.6.5"

if os.name == 'nt':
from ctypes import windll
Expand Down
2 changes: 1 addition & 1 deletion modules/rule34.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RULE34():
def fetcher(user_tags, user_blacklist, proxy_list, max_sites, user_proxies, header, db):
try:
approved_list = []
page = 1
page = 0

while True:
URL = f"https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid={page}&limit=1000&json=1&tags={user_tags}"
Expand Down

0 comments on commit 2e4ebba

Please sign in to comment.