globals().update(locals()) antes de los SCOPES + Antes del Main / Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -528,6 +528,8 @@ def _resolve_google_scopes():
|
||||
|
||||
return [s.strip("'\"")]
|
||||
|
||||
# Rocketbot quirk FIX
|
||||
globals().update(locals())
|
||||
|
||||
SCOPES = _resolve_google_scopes()
|
||||
|
||||
@@ -922,11 +924,9 @@ def replace_marker_by_index(
|
||||
"text": replacement_text or "",
|
||||
}
|
||||
|
||||
|
||||
# Rocketbot quirk FIX
|
||||
# Rocketbot quirk FIX temprano
|
||||
globals().update(locals())
|
||||
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# MAIN
|
||||
# -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user