Skip to content

Commit d9a87c1

Browse files
authored
Fix outdated comment about Internet connectivity (Comfy-Org#7827)
1 parent 551fe8d commit d9a87c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import sys
1414

1515
if __name__ == "__main__":
16-
#NOTE: These do not do anything on core ComfyUI which should already have no communication with the internet, they are for custom nodes.
16+
#NOTE: These do not do anything on core ComfyUI, they are for custom nodes.
1717
os.environ['HF_HUB_DISABLE_TELEMETRY'] = '1'
1818
os.environ['DO_NOT_TRACK'] = '1'
1919

0 commit comments

Comments
 (0)