dmddl 0.2.21__tar.gz → 0.2.22__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,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dmddl
3
- Version: 0.2.21
3
+ Version: 0.2.22
4
4
  Summary: cli tool for creating insert script from ddl script
5
5
  License: MIT
6
6
  Author: HoJLter
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dmddl"
3
- version = "0.2.21"
3
+ version = "0.2.22"
4
4
  description = "cli tool for creating insert script from ddl script"
5
5
  authors = [
6
6
  {name = "HoJLter",email = "hojlter.work@gmail.com"}
@@ -128,7 +128,7 @@ def main():
128
128
  proxies = None
129
129
 
130
130
  if args.proxy:
131
- with console.status("[blue bold] Finding valid proxies..."):
131
+ with console.status("[blue bold] Searching for valid proxies..."):
132
132
  proxies = asyncio.run(get_valid_proxies())
133
133
  if proxies:
134
134
  print("[bold blue] Proxy found!")
File without changes
File without changes
File without changes
File without changes
File without changes