MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / github_current_username

Function github_current_username

Scripts/Settings.py:1225–1231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1223 # finished. If a validated Settings candidate exists, immediately show the
1224 # exact installation command instead of waiting for the next Termux launch.
1225 print(f"[+] {_('Update process completed successfully')}!")
1226 install_notice = dedguy_post_update_install_notice()
1227 if install_notice:
1228 print(install_notice)
1229 return existing_dedsec_path
1230
1231
1232def update_dedsec_source_1():
1233 return update_dedsec(REPO_URL_SOURCE_1, REPO_API_URL_SOURCE_1)
1234

Calls 1

run_processFunction · 0.70

Tested by

no test coverage detected