Advertisement
swimmerhair

Swimbot Error

Dec 13th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.44 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "/home/pi/Test/Swimbot/github.py", line 36, in clone
  5.     + f"&& cd .. && cp -r Swimbot old && rm -rf temp && git clone -b {branch} {sensitive_data.github_creds} temp && rsync -a temp/ Swimbot/"
  6. AttributeError: module 'sensitive_data' has no attribute 'github_creds'
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement