Skip to content

Commit f9fa7e5

Browse files
committed
Update main.py
to allow generatedoctring patchflow
1 parent 9e553e4 commit f9fa7e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import requests
22
import subprocess
33

4-
if __name__ == '__main__':
4+
def func_calls():
55
formats.get_format()
66
algorithms.HMACAlgorithm.prepare_key()
77
cli.VerifyOperation.perform_operation()
88
sessions.SessionRedirectMixin.resolve_redirects()
9+
10+
if __name__ == '__main__':
911
session = requests.Session()
1012
proxies = {
1113
'http': 'http://test:pass@localhost:8080',

0 commit comments

Comments
 (0)