feat: renamed Crx to crx. Added proxy support. Minor code improvements.

This commit is contained in:
Rick Rongen
2022-07-01 11:28:27 +02:00
parent 25bee5ee07
commit 305c1c9b31
10 changed files with 33 additions and 19 deletions

7
crx/util.py Normal file
View File

@@ -0,0 +1,7 @@
from .connection import Connection
def get_simple_con():
con = Connection()
con.login_basic('admin', 'admin')
return con